0
votes
0answers
59 views

image with encoded source not displaying in gmail

I am using PHPMailer to send emails which contain images with source as base64encoded. Its works fine in Outlook and Thunderbird. But the image is not displaying in Gmail. It appears as with no src ...
0
votes
1answer
183 views

Handling HTML entities in contenteditable divs

I am using a contenteditable <div> to edit an e-mail message (specifically, with NicEdit). I want to be able to submit the message body in a form, process it with PHP, and send it using the ...
1
vote
1answer
746 views

PHP Mail - UTF 8 Encoding problems with Chinese characters

I have a PHP Mail script that sends out emails and I need to send some out in Chinese. I have the following code: $email_header = "From: $from\n"; $email_header .= "X-Priority: 1\n"; //1 ...