Re: [PHP] imap mail() problems

2003-04-04 Thread Jason Wong
On Saturday 05 April 2003 05:58, Alec Wallis wrote: > Thanks for the suggestions, I have tried them all but with no joy. Still > exactly the same problem. Pretty sure its not my SMTP server as using > Outlook it works fines. Any other ideas as would prefer not to have to use > the mail() functio

Re: [PHP] imap mail() problems

2003-04-04 Thread Alec Wallis
: "Mario Soto" <[EMAIL PROTECTED]> To: "Alec Wallis" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 04, 2003 6:04 PM Subject: Re: [PHP] imap mail() problems Try first to take off the \r char on the string. It worked very good for me using only th

Re: [PHP] imap mail() problems

2003-04-04 Thread Jason Wong
On Saturday 05 April 2003 01:04, Mario Soto wrote: > Try first to take off the \r char on the string. It worked very good for me > using only the \n to send more headers. Headers *should* be delimited by "\r\n" ... > Other is to put the address into > angle bracets (<[EMAIL PROTECTED]>) and in

Re: [PHP] imap mail() problems

2003-04-04 Thread Mario Soto
Try first to take off the \r char on the string. It worked very good for me using only the \n to send more headers. Other is to put the address into angle bracets (<[EMAIL PROTECTED]>) and in this way you can use a name on the server (read some rfc's, it will be helpful if you're using email oft