Posted: September 12, 2012 at 9:14 am
|
On the email confirmations that my attendee is receiving, the emails are showing the HTML tags and it’s not formatting using the tags. I did create a custom email for the events and I have tried to update that email to reflect no tags, but it still doesn’t work. Also, when i was testing this before making it LIVE i didn’t have these problems. Can you please help me to correct this issue as it is very hard for our Members to read? |
Candi, Which event is it? I can’t seem to register for any of your events. |
|
|
Its the HBAA Annual Convention, its close to the bottom, but here is the link, its not protected and you should be able to register. |
|
September 12, 2012 at 10:20 am Got your registration. Did you receive yours and how was the email? Because this is what I got:
Registration Summary: Primary Attendee |
|
September 12, 2012 at 10:21 am Awe shoot, this forum corrected the tags 🙁 |
September 12, 2012 at 10:29 am This is what I got: Looks like something on your site is modifying the output of the email content. Were you on a different server before going live? |
|
|
September 12, 2012 at 10:29 am Its still doing it, do you need my login information so that you can check on things or do you have it already? |
|
September 12, 2012 at 10:30 am No not on a different server. Had some server problems last week, but everything seems to be resolved and I couldn’t view that link. |
|
September 12, 2012 at 10:35 am I was able to see your screenshot. Yes that is what I am getting too, it’s not suppose to do that and I don’t know why it is? |
September 12, 2012 at 10:35 am I removed the email content and this is what I got: Might be something is wrong with your server or maybe another plugin. Not sure at this point. We would have to debug directly on your server and/or possibly contact your web host. Or maybe test on a different server. |
|
September 12, 2012 at 10:39 am I turned full logging on in your settings. We can try to see if that shows us anything. the logs will be in your wp-content/uploads/espresso/logs/ directory. |
|
|
September 12, 2012 at 10:47 am Ok maybe the logs will show something. I have notified my host agent about this so maybe I’ll get some answers soon. |
September 12, 2012 at 10:54 am Do you have custom files installed for Event Espresso? Do you have something hooked into the wp_mail filter? |
|
September 12, 2012 at 10:56 am If you can… you want to look for something like this “wp_mail_content_type” if you find that in any of the code on your site (i.e. functions.php, custom-files etc.) then that means the content-type is being changed from text/html to text for outgoing mails using wp_mail. |
|
September 12, 2012 at 10:59 am “wp_mail_content_type” just means there is something on your site that modifies content_type of emails. And it’s likely that it’s beings changed to text/plain. If you look at your email src you should be able to see what content type it was sent as. |
|
September 12, 2012 at 11:02 am Yep, there it is: Something is hooking into that wp_mail filter and changing it from text/html (which is what EE sets it at). OR you’ve got something in custom-files that is modifying the content-type for outgoing emails… |
|
|
September 12, 2012 at 11:03 am No i don’t have custom files installed. Yesterday I was working on creating a child theme for my theme, but i didn’t change or move anything and the child theme isn’t installed. I just removed it from my server and tested it again and still go the html code in email. So I will look through my functions.php in EE and my them and WP and see if I can find anything. |
September 12, 2012 at 11:13 am You might try finding a simple plugin to test sending out an html email using wp_mail. |
|
|
September 12, 2012 at 11:30 am Did you happen to download a plugin called Adminer? I just saw it and I didn’t put that there neither did my host? Weird. |
September 12, 2012 at 11:40 am Yes, that was me. You can remove it. I was using it to look in the database to see the raw data stored for the custom emails. |
|
|
September 12, 2012 at 12:01 pm oh ok. I still haven’t been able to find this problem yet. |
September 12, 2012 at 12:03 pm It could be an issue with the mail server. I would check those settings on the server if you have access. |
|
|
September 12, 2012 at 12:05 pm Well the thing is, is that my New User emails are coming in just fine. So it couldn’t be the mail server, these emails from EE are the only things that are showing up text/plain. |
|
September 12, 2012 at 12:06 pm Could it be in my theme? |
|
September 12, 2012 at 12:40 pm I think i finally found it! pluggable.php Problem is I don’t know how to change this? |
|
FINALLY Got it fixed. You were right, it was a custom_function in the THEME folder. SO I added this: AND IT FIXED IT. OMG!!!!! Thank you so very much for helping me today! |
The support post ‘Confirmation Emails **!!!! HTML’ 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.