I'd really like to get this sorted. The emails are being sent in html format, but vB send emails out with the standard text header:
Content-Type: text/plain; charset="ISO-8859-1"
You need to either send the emails with the html header or send them in text format (like they were in 2.5.6). I have been trying without success to remove the 'br' tags in the $mailmessage variable using 'preg_replace' before it is sent out, but cannot get it to work.
Please can someone help me out here?
|