Page 1 of 1

Warning message from SMTP Server "..first check your ma

Posted: Sat Dec 10, 2005 11:15 am
by step1968
Hello,
whenever e.g. someone is "asking a question", the following message is shown on top:

Warning: mail(): SMTP server response: 451 4.1.8 To send mail, first check your mail with a valid POP3 account; this prevents unauthorized SPAM relaying. in E:\Homepages\crm\phpmyfaq\save.php on line 73

Anyone an idea, what is wrong?

thanks in advance
Stephan

Issue on your SMTP & PHP configuration

Posted: Sat Dec 10, 2005 4:39 pm
by matteo
When you submit a question an email is sent to thePMF administrator: in your case you've to better confgure the SMTP support for your PHP on your server.
In other words this is not related to PMF but to the way your PHP relay on an SMTP server that is asking to authenticate the connection with a POP-before-SMTP authorization scheme.

Please check your PHP mail support in order to skip the above auth scheme: check your php.ini in order to evaluate which is the current SMTP server for PHP:

Code: Select all

; For Win32 only.
SMTP = localhost

thanks

Posted: Mon Dec 12, 2005 11:44 pm
by step1968
hi
thanks, i change the configuration and now it is everything fine.

regards
stephan