Posted: October 7, 2016 at 11:24 am
|
Four problems 1. emails are queued for generating but are not generating or sending. If I manually send then they go. 2. view receipt on the confirmation page generates a blank page 3. my customers are receiving blank emails, (all emails not just one), just a subject line ie, “confirmed registration” but there is no content to the emails. But when I receive confirmation of new delegate registered, I can see all their details. 4. where do I change the email address for Event Admin? Which settings? |
Your site might have wp_cron disabled. In any case, you can go to Event Espresso > Messages > Settings and change the setting to “Send messages on same request”
Can you check your receipt and message templates and make sure they are not blank?
There’s an event author email address, which is the email address set in the author’s WP > User profile. There’s also the |
|
|
Hi. 1 – have changed the settings as you suggested, it hasn’t made the slight bit of different. |
You can check your PHP error logs for when those didn’t send, now that you’ve set the emails to send on the same request, any errors logged while attempting to generate and send those emails should be logged at the time of the registration for the event. |
|
|
Ok, nothing is sending, at all, ever. |
So nothing sends at all, ever, except when you manually queue and send emails? Are you logging anything to the debug.log file in the wp-content folder? If not, you can make an edit to the wp-config.php file: https://codex.wordpress.org/Debugging_in_WordPress#Example_wp-config.php_for_Debugging You can also capture errors when the emails send by installing this plugin: |
|
|
Yeap, nothing sends at all unless I queue manually and send. Then when it does send the emails are blank. I not getting any error messages. I have wp mail logging installed already |
Is anything being logged there in the wp mail logging plugin page? |
|
|
I am really sorry, we are now over two weeks down the line with no resolution and I am repeating myself constantly. NO error messages are logged. It logs mail but when you click on view message they are blank. If you are unable to help me please forward this message to a member of support staff that can. Thank you. |
Hi there, I get the frustration about it being two weeks, but you didn’t reply to the message that I posted on October 7 until October 18! How can we help you in a timely fashion if you wait 11 days to reply? Since we only have very limited and conflicting information about your site, maybe you can take a few minutes today and completely fill out the form on this page: https://eventespresso.com/send-login-details/ Then as soon as we get those credentials, we can take a look at what’s going on and troubleshoot. |
|
Hi there, It appears you did not send any FTP or file access to that site. You can contact your host and find out where to get those FTP credentials. Without those we can’t really troubleshoot or check error logs. Once you have those credentials, can you re-send the form and be sure to include them? Thank you. |
|
I’m afraid that the credentials that you sent for logging into the WordPress dashboard are invalid, specifically the username. Can you double-check that information and resend please? Along with that, the server responds with this error when we try to connect to it with FTP: Error: Connection closed by server It may be set up to block requests coming from outside the country, which will prevent us from accessing it. Perhaps you can send control panel access instead? |
|
Thanks for taking the time to resend the form and include the correct log in details. I found that there was a problem with what was set in the To: field of the message template, then made a correction, then tested a registration. The emails are sending automatically now. |
|
|
My emails are still completely blank, the receipt page is still blank, and I have just had to manually send an email as it did not go automatically. |
I didn’t have to manually send when I did the test. May I ask why you think you had to manually send the email? Along with that, can you try sending the email to a different email address other than the one you’ve been testing? There may be an issue with the email client. |
|
|
Please pass this to someone else. We are getting no where!!!! I really am not sure which part of this you are not getting!!!!! My email does not sent, I have to send it manually. There is no other way of putting this – it does not work! Of the 25+ registrations that I have received, every single email sent to the registrant has been blank, there is nothing in it – again, I am not sure how else I can explain this to you THERE IS NOTHING IN THE EMAIL! |
The reason there was nothing in the email is because the templates were all blank. I went through and reset them, so they will not be blank anymore. I’ll pass this support thread along to someone else. Thanks for taking the time to reply today. |
|
Hey there, Would you mind retesting now that Josh has reset the email templates? When we tested, it seems the emails were sending. Can you please share a screenshot of the message activity table for when you think an email needs to be manually resent? |
|
|
Can we just sort out getting content in the email first please? |
That part has been already been sorted out. Here’s a screenshot that shows the email I just got from doing a test registration on your site: |
|
|
No it is not. I cannot attach a screen shot on here but the registration I have just completed is BLANK! |
Hi SWSW, I logged into your site to take a look over this. Within the messages section EE logs the messages sent and allows you to preview them, here is the preview of the message that was sent to your email – http://take.ms/eFcwC Obviously I’ve blurred a lot of the information but there is content. Now looking within WP Mail logging at the same email – http://take.ms/3n5A1 The EE message preview does not dynamically build the previews based on your email templates, it displays whatever content was passed to wp_mail() at the time of sending (which is saved to the database). WP Mail Logging does exactly the same, it hooks into wp_mail() (which is a core WordPress function that basically formats the emails and passes them onto your server to send) just before the emails are passed over to your server for them to send and saves the content of the email. This is important because it means the email is being sent with content. Apparently they don’t have content by the time they reach your email client but the content was sent in the email to begin with. The emails I triggered during testing were received without any problem – http://take.ms/1avnM What may be happening is your email server may be marking the emails as spam after they have been generated by EE and sent on by your server, your email client may then not open them correctly. Which email client are you using? You also mention that emails don’t send unless you manually trigger the email yourself. I didn’t run into this when I ran a test registration on your site. Can you confirm the exact steps you are taking to trigger the emails manually? |
|
The support post ‘Multiple bugs with automatic emails and confirmation’ 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.