Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 E-mail confirmations not sending | Event Espresso - Staging Server
Hello,
I posted about this once before, but haven’t been able to resolve this problem. When a user signs up for one of our events, they receive no confirmation e-mail (despite the fact that I’ve selected this should happen for every event). I’ve tried toggling this on and off, adding new events, etc. But for some reason, no confirmation e-mail gets sent. What’s weird is that they used to get sent without a problem.
I’m using the current version of EE, as well as the most recent version of WP.
We had the same problem. Looking at the mail log we found the following error: “Transaction failed: Duplicate header ‘MIME-Version'”.
It seems that WordPress ads its own MIME header, so this results in a duplicate MIME header. Quick fix is te remove the mime header from the file:
/event-espresso/includes/functions/email.php in the function event_espresso_send_email. replace line $headers = “MIME-Version: 1.0\r\n”; with $headers = “”;
This worked for me.
Regards,
Wilbert
Viewing 1 reply thread
The support post ‘E-mail confirmations not sending’ 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.