yabado
Regular Pleskian
I have a PHP mailer script that sends out a multi-part email. Since moving to plesk this email comes in as one big plain text email like so...
If I view the same email in round cube, it is rendered fine.
If i tell the same script to send to gmail, then the email renders as it should.
Something is happening with the mail on server to break things and I cannot figure it out.
Has anyone experienced this and figured out the cause ( or have a fix ) ?
Code:
--rms-mix-xbda95cce7efa4e5491439a9f8109e513x
Content-Type: multipart/alternative; boundary=rms-alt-xe38d8d20baa42e9bb94d747749c07602x
--rms-alt-xe38d8d20baa42e9bb94d747749c07602x
Content-Type: text/plain; charset="UTF-8"; format=flowed
Content-Transfer-Encoding: Quoted-printable
Your Name: mike
Your Email: [email protected]
Subject: test
Message: test
File:
--rms-alt-xe38d8d20baa42e9bb94d747749c07602x
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: Quoted-printable
<html>
<head>
<title>test</title>
</head>
<body>
<p>
<b>Your Name:</b> mike<br /><br />
<b>Your Email:</b> [email protected]<br /><br />
<b>Subject:</b> test<br /><br />
<b>Message:</b> test<br /><br />
<b>File:</b> <br /><br />
</p>
</body>
</html>
--rms-alt-xe38d8d20baa42e9bb94d747749c07602x--
--rms-mix-xbda95cce7efa4e5491439a9f8109e513x--
If I view the same email in round cube, it is rendered fine.
If i tell the same script to send to gmail, then the email renders as it should.
Something is happening with the mail on server to break things and I cannot figure it out.
Has anyone experienced this and figured out the cause ( or have a fix ) ?