Looks like an encoding problem. Are you using a specific plugin / tool to send the e-mails out?
Is there an option somewhere in the plugin where you can set the outgoing e-mail as HTML?
Thanks for response. There is not an option. Should I look into another plugin as I need to send email via third party SMTP server.
Let me check Awesome Support first to make sure the problem isn’t on our side.
Ok. Here is the exact plugin we are using.
https://wordpress.org/plugins/easy-wp-smtp/
Like always 🙂 Same Problem here! Just tryd the new Version and noticed some bugs are fixed but i have the same Problem as the poststarter. The Emails are not send in HTML, im not using any Plugin. I also noticed another Problem with emails: The Senders name ist “WordPress” with the email wordpress@myurl.com instead of using the name and adress i saved in the Plugin Settings. Hope for a quick Bugfix 🙂
Best regards
I’ve done some tests with Awesome Support and some SMTP plugin. Unfortunately, most of these (SMTP) plugins are messing up with the original e-mail headers.
When Awesome Support sends the messages to the mail function they are set as HTML messages. However, when they arrive in your inbox they’re not. Between Awesome Support and your inbox, the SMTP plugin messes up with the e-mail headers and sends them as plain text, which is why you can see all the HTML tags showing up in the e-mail.
It seems that using the e-mail headers is not a reliable solution. I’ve done some tests filtering the content type directly through wp_mail_content_type instead and the result is correct with all the SMTP plugins I tested. I will push this change to master and release a new version including this fix ASAP.
See 4a0de8fdf6 for reference.
Great,
im looking forward to use the fixed new Version of the Plugin. I need to use some of the new addons 🙂
I’ll try to push 3.1.2 this weekend.
I just pushed 3.1.1 (not 3.1.2 sorry for the confusion) and this version will fix the e-mails issue.
Just updated and created a new ticket. Here is email I got.
<p>Hi admin,</p>
<p>The request New (#3452) has been assigned to you.</p>
<h2>View Ticket</h2>
<p>or follow this link: http://runsol.com/wp-admin/post.php?post=3452&action=edit</p>
<hr>
<p>Regards,
Running Solutions</p>
Crap. Let me have another look.
It seems that there is an issue with that particular notification (new assignment). I’m looking into it.
Alright problem identified and fixed. I will push a new update very soon.