Hi all, when i send email with image attached i can not open the image(in the mail). mime type is ok, i use chunk_split(base64_encode(data))
Can anyone help? you can test the script on <a href="http://www.bartsweblabo.com/cards/php-index.htm">http://www.bartsweblabo.com/cards/php-index.htm</a>
you can view the raw output of the mail and the mail is send
Thanks
ok, i found it, i replaced
schunk_split(base64_encode($data));
to
base64_encode($data); shunk_split($data);
Dont know why but now it works!
And now i'm going to sleep...