[PHP] web-mail problem

2003-09-02 Thread Lingua2001
Hi all, I am trying to solve a problem related to mail( ). I am not sure whether it is from SMTP directly or html tags used for html form mail. I got the following message, and has anyone seen this before? * This email is being returned to

Re: [PHP] web-mail problem

2003-09-02 Thread Raditha Dissanayake
Hello, Your message does not contain enough information for us to help you. Guessing in the dark i can tell you that you are not using the correct encodings for your message. It's not really a good idea to use the mail() function for html mail, there are plenty of mail classes out there that

Re: [PHP] web-mail problem

2003-09-02 Thread Viraj Kalinga Abayarathna
David, first, this is a meassage you are getting from your mail server, not from PHP. according to my knowladge this is due to email address routing problem which the mail server experience when it tries to relay the mail. if you can send me the complete bounce mail message you recieve i'll tell