ClassicPress / ClassicPress-Network

Old code repository for *.classicpress.net - Do not use!
5 stars 4 forks source link

Contact Form not working #56

Closed striebwj closed 5 years ago

striebwj commented 5 years ago

The contact form on the new website returns and error:

message: "There was an error trying to send your message. Please try again later."
status: "mail_failed"
johnalarcon commented 5 years ago

Confirming same on FF and Chrome.

timbocode commented 5 years ago

I think this is happening because the email domain (gmail.com) in the "To:" field is different to the web domain (somethingelse.com). It just needs real entries adding to the contact form. It will still need testing before going live of course.

johnalarcon commented 5 years ago

Confirming the misconfiguration in the plugin mentioned by @timbocode. This was probably fine for testing, but, both these values should be changed to ClassicPress addresses. Easy fix... just need the correct addresses and a quick test.

image

nylen commented 5 years ago

In addition to the above, I had to configure an SMTP server. I used https://wordpress.org/plugins/wp-smtp/ for this.

With that done, this issue is fixed.

striebwj commented 5 years ago

Are using Amazon SES here? I still have the details @scottybo sent me to use for the forums.