Support

Home Forums Event Espresso Premium Technical Problem

Technical Problem

Posted: August 28, 2019 at 7:16 am


roneill

August 28, 2019 at 7:16 am

We keep getting this error message, can you help?
Message was not executed successfully.
Messenger and Message Type were valid and active, but the messenger send method failed.
The email did not send successfully.
The WordPress wp_mail function is used for sending mails but does not give any useful information when an email fails to send.
It is possible the “to” address (sclifford@gridwise.org) or “from” address (roneill@gridwise.org) is invalid.


Tony

  • Support Staff

August 28, 2019 at 8:35 am

Hi there,

EE doesn’t actually send emails itself, it passes them over to wp_mail() which does whatever your server is set up to send the emails.

So the problem your getting is wp_mail() is returning false meaning the email failed to send using the mail server your site it set to use but unfortunately wp_mail() doesn’t return an error we can display.

The quickest way to work around issue with mailservers is to use a transactional email service, we have some listed here:

https://eventespresso.com/wiki/postmark-app-mandrill-transactional-email-handling-services/

You sign up to whichever service, install their plugin (which hooks into wp_mail and set it up to use their mail server), add your credentials to the plugin and then test another email.

Another test you can do is install this snippet:

https://gist.github.com/Pebblo/bfd6aa3b88a2459668504f75a57bc324

You can add that to a custom functions plugin on your site, we have some documentation on creating one here:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

Then the error message you see now should also include some additional details which may help identify the problem, which you can then discuss with your host.

The support post ‘Technical Problem’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso