Hello,
I am trying to send MIME type email with in message image
attachments. It works OK when doing
...but it does not work in this style="background:url(cid:specialcode)">
I am trying to have fading background, is there any way I can achieve
this without using IMG tag?
Thank you,
Mar
My problem is that I am trying to send a PDF file from my server after
someone has registered for it. The email message, correct attachment
name and even file type arrive correctly but the file is only 73Bytes
and when you try to open it I get a read error. Can anyone see what is
wrong?
// send an
All,
I have a problem sending Multipart - MIME (plaintext + html) email
$bodyPlaintext = " (PLAINTEXT)";
$bodyHTML = " (HTML CODE)";
$headers = "";
$headers .= "From: [EMAIL PROTECTED]\r\n";
$headers .= "Reply-To: [EMAIL PROTECTED]\r\n";
$headers .= "X-Mailer: PHP " . phpversion();
$
3 matches
Mail list logo