![]() |
html emails not parsed Hi Chuck. After I have Qmail installed on my server, mails are looking like this: Content-Type: text/html; charset=ISO-8859-1 <body style="margin:0"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"><tr><td bgcolor="#ffffff" valign="top"><table width="750" border="0" cellpadding="0" cellspacing="0" align="center"><tr><td bgcolor="#ffffff" width="750">new reply to your ad:<br /> ... How do I correct that? |
Have you checked qmail for any settings to allow html email or issues. I am unfamiliar with server programs like qmail. Looks to me like your email is fine its your client that is not reading html content. I mean the content looks normal there. I use html email and am getting html email. I would personally check your email client and make sure you allow html email. It should be able to read that html as html if it is allowed. |
FIXED: My hosting support helped me out on this. I had to use: $headers .= "MIME-Version: 1.0$newline"; instead of: $headers .= "MIME-Version: 1.0\r\n"; |
newline is clearly defined in the program like so maybe your using an old version of the software as I see we never got that far in this discussion. Code: Content visible to verified customers only. |
Quote:
|
Code: Content visible to verified customers only.It should be: Code: Content visible to verified customers only. |
Right most likely your server isnt passing the PHP_OS variable. |
The same issue Hello I have the same issue, when I receive an email "Verify Payment at..." The body show this: Content-Type: text/html; charset=iso-8859-1 <body style="margin:0"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"><tr><td bgcolor="#ffffff" valign="top"><table width="750" border="0" cellpadding="0" cellspacing="0" align="center"><tr><td bgcolor="#ffffff" width="750">Ha recibido un pago de Nikonino de la siguiente venta: <a href="http://www.gstrail.es/ventas/showproduct.php?product=545" target="_blank">http://www.gstrail.es/ventas/showproduct.php?product=545</a> el cual debería tener un coste total de •2.00. Verifique que que la transacción es correcta y que ha recibido el pago correctamente.</td></tr></table></td></tr></table></body> I receive others html emails from other sites without problems. Thanks |
Change the one line noted to be $newline Code: Content visible to verified customers only. |
| All times are GMT -5. The time now is 01:06 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0