Title: RE: RE: Sending MIME emails with base64 encoded attachments
FINAL SOLUTION!
Hello
Ok. It's me, the last time :-)
> Let say I have a small 4byte file with content "AB#0C"
> (ascii: #65,#66,#0,#67)
> I load it (using binary save fread into $txt)
> When I try to get third character
Title: RE: Sending MIME emails with base64 encoded attachments
Hello.
That's me, again.
I found a reason of my problem..not solution.
PHP use Cstyle string, where end of string si #0.
Let say I have a small 4byte file with content "AB#0C" (ascii: #65,#66,#0,#67)
I load it (using binary
Title: Sending MIME emails with base64 encoded attachments
Hello there
My base64 encoded attachments in MIME emails come corrupted.
I using PHP4 on SuSe Linux.
I'm sending an MIME email (I generatate all the headers and so on) with attachments.
The first part is7bit text, 2nd part is mime-
3 matches
Mail list logo