Re: [PHP] Mime Mail problem

2012-03-28 Thread Fatih P.
On Wed, Mar 28, 2012 at 9:26 PM, Alexis phplis...@antonakis.co.uk wrote: I am hitting my head over a problem with Mime Mail...which i am hoping some kind some can help me out on please The email is sent out fine and when viewing the source, appears to be fine, however neither the body of the

Re: [PHP] Mime Mail problem

2012-03-28 Thread Alexis
Thanks Faith What exactly do you mean by 'Make sure the boundary is as it should be', please? Here is the full uncensored info, the data is not sensitive anyway, minus the initial standard email headers. Thanks Alexis MIME-Version: 1.0 Content-Type: multipart/mixed;

Re: [PHP] Mime Mail problem

2012-03-28 Thread Alexis
If I insert the full stop after the \n then the output stops just before the fullstop. Currently I have \r\n \r\n That is a space between the two sets of \r\n's. I tried it without any spaces and still got the same result. Would it be better if I post the code that creates the headers? I

Re: [PHP] Mime Mail problem

2012-03-28 Thread Fatih P.
On Wed, Mar 28, 2012 at 11:44 PM, Alexis phplis...@antonakis.co.uk wrote: If I insert the full stop after the \n then the output stops just before the fullstop. Currently I have \r\n \r\n That is a space between the two sets of \r\n's. I tried it without any spaces and still got the same

Re: [PHP] Mime Mail problem

2012-03-28 Thread Alexis
Actually Fatih, I have also been playing around with the PEAR mimemail option and have just got that to work, so will not be pursuing this problem any further, but thank you very much for the time you spent helping me. Alexis On 28/03/12 14:50, Fatih P. wrote: On Wed, Mar 28, 2012 at 11:44

Re: [PHP] Mime Mail problem

2012-03-28 Thread tamouse mailing lists
On Wed, Mar 28, 2012 at 3:53 PM, Alexis phplis...@antonakis.co.uk wrote: Actually Fatih, I have also been playing around with the PEAR mimemail option and have just got that to work, so will not be pursuing this problem any further, but thank you very much for the time you spent helping me.

[PHP] MIME Mail Problem with Netscape

2003-08-11 Thread Hendry J
Hi all, I'm having problem sending MIME Mail using PHP (SMTP) to netscape.net emails, it didn't display the content of html, (although i've filled the content-type with text/html), instead, it display the garbled text. I've tried to encode the message with 7bit and base64 encoding, but those