QK SMTP Server : In Apche server with php email client, error occurs
I just purchased your email server and installed it in my Apche server installed in a Windows operating system I tried sending emails with my php email program from my webserver. 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"
And the email never delivers. I also tried the BCC: field and the respone i get in the SMTP user interface is "
7/25/2006 11:35:18 Am 3576 Message FROM: ??? TO:< ??? >directly fail! mail from error:
Syntax error in parameters or arguements Don't retry... "
This is the final error mesage i get from the user interface.
When I used the php webbased email client in a webserver like UK.net and some others it worked perfectly well. So I think i am having prolems with the SMTP server So I need your assistance to help resolve the issue.
And the email never delivers. I also tried the BCC: field and the respone i get in the SMTP user interface is "
7/25/2006 11:35:18 Am 3576 Message FROM: ??? TO:< ??? >directly fail! mail from error:
Syntax error in parameters or arguements Don't retry... "
This is the final error mesage i get from the user interface.
When I used the php webbased email client in a webserver like UK.net and some others it worked perfectly well. So I think i am having prolems with the SMTP server So I need your assistance to help resolve the issue.
O.S
Please give the answers
RE: In Apche server with php email client, error occurs
We have tested and it is a bug of the program. When QK analysis the
email address sent by php, if this address is as the "name" format,
the bug can appear.
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.
email address sent by php, if this address is as the "name" format,
the bug can appear.
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.


