Note that there are some explanatory texts on larger screens.

plurals
  1. POHTML Emails Displaying odd in some clients
    primarykey
    data
    text
    <p>I'm using PHP to generate a fancy HTML email to send to visitors, but for some reason certain visitors are saying the HTML isn't working for them (seeing RAW HTML rather than pretty email).</p> <p>I haven't narrowed it down to a certain client, but having talked to them they say they can receive other HTML emails so it's something I'm doing wrong...</p> <p>My PHP code is as follows</p> <pre><code>$to = 'jm391@le.ac.uk'; $subject = 'Daily Update - New Bikes Matching Your Alerts'; $headers = "From: john@findthatbike.co.uk\r\n"; $headers .= "Reply-To: john@findthatbike.co.uk\r\n"; $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n"; if (mail($to, $subject, $message, $headers)) { echo 'Your message has been sent&lt;br/&gt;'; } else { echo 'There was a problem sending the email.&lt;br/&gt;'; } </code></pre> <p>And my $message variable is loaded with the below links HTML source</p> <p><a href="http://www.findthatbike.co.uk/sampleemail.html" rel="nofollow">http://www.findthatbike.co.uk/sampleemail.html</a></p> <p>My customer forwarded a non working email to me and the forwarded chunk look like the below, I'm told he gets HTML emails from others so really not sure what to try...</p> <pre><code>From: john@findthatbike.co.uk [mailto:john@findthatbike.co.uk] Sent: 05 April 2013 08:35 To: XXXXX XXXXX Subject: Daily Update - New Bikes Matching Your Alerts Reply-To: john@findthatbike.co.uk MIME-Version: 1.0 Content-Type: text/html; charset=ISO-8859-1 Message-Id: &lt;20130405073022.8597D9CF79D@MY SERVER ADDRESS&gt; Date: Fri, 5 Apr 2013 08:30:22 +0100 (BST) X-invURIBL-Scan: Scanned by invURIBL 3.1.1 on 05/04/2013 08:34:17 X-invURIBL-Weight: 0 X-invURIBL-Range: CLEAN X-Declude-Sender: MY SERVER NAME [MY SERVER IP] X-Declude-Spoolname: 72086847.eml X-Declude-RefID: X-MessageStream-Note: Scanned by MessageStream (www.messagestream.com). X-MessageStream-Scan: Score [0] at 08:34:29 on 05 Apr 2013 X-MessageStream-Tests: Whitelisted X-Country-Chain: UNITED KINGDOM-&gt;destination &lt;html&gt; &lt;body style="background:url('http://findthatbike.co.uk/images/bg3.jpg') repeat fixed 0 0 #EEEEEE; padding-top: 10px; padding-bottom: 10px;"&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload