[PHP] MIME email = Content-ID in CSS not supported

2007-10-31 Thread Martin ZvarĂ­k
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

[PHP] Using a PHP mime email attachment

2003-02-24 Thread Steve Jackson
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

[PHP] MIME email...

2003-01-16 Thread Brian McGarvie
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(); $