Question: In Apche server
with php email client, error occurs.
I tried sending emails with my php email program from my web
server. When i put an email in the TO: field this was the
response i got
"Warning: mail() [function.mail]: SMTP server response:
500 Address Error on line 78"
When I used the php web based email client in a web server
like UK.net and some others it worked perfectly well. So I
think i am having problems with the SMTP server So I need
your assistance to help resolve the issue.
Thanks
Justin Hemming
Answer:
At present, here is a way to solve this problem.
Use the simple format, when using php to send mails, e.g.:
To: someone1@domain.com, someone2@domain.com
Cc: someone3@domain.com
From: my@mydomain.com
We will revise and update this problem in the next new version.
Lynn
|