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

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
step1968
Posts: 2
Joined: Sat Dec 10, 2005 11:13 am

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

Post 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
matteo
Posts: 572
Joined: Sun Nov 20, 2005 6:53 pm
Location: Italy

Issue on your SMTP & PHP configuration

Post 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
step1968
Posts: 2
Joined: Sat Dec 10, 2005 11:13 am

thanks

Post by step1968 »

hi
thanks, i change the configuration and now it is everything fine.

regards
stephan
Post Reply