Email subject is duplicated, and UTF-8 is appended

Permalink
I'm having a weird issue (attached), where any emails I send from the site, show up in Gmail with the subject duplicated (separated by a comma), and have " charset="UTF-8" stuck on the end of them.

I've tried sending a custom email using the Core::make('helper/mail'), as I thought it might be a problem with my code, but I see the same behavior as the built-in Concrete emails, like the "Forgot Password" email.

A big consideration also, is that I'm running Concrete 5.7.5.6 on a Windows server...so that may be related to the issue, but I'm unsure. Everything works fine on OS X.

1 Attachment

blakeage
 
blakeage replied on at Permalink Best Answer Reply
blakeage
This StackOverflow post addresses this:
http://stackoverflow.com/questions/25777427/three-problems-with-mai...

I think it's an issue with Zend Framework's Mail code, and from what I've read elsewhere, Zend isn't fixing it.

I switched to just using the plain PHP "mail" function for sending mail instead. This, of course, doesn't fix the Concrete5 mail functions though.

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.