SMTP/Apache on Windows problem
Posted: Mon Feb 21, 2005 9:46 am
I have configured my php.ini file like this:
SMTP = mail.xxx.xxx.xxx ; for Win32 only
smtp_port = 25
sendmail_from= scott101@xxx.xxx.xxx ; for Win32 only
; For Win32 only.
;sendmail_from = scott101@xxx.xxx.xxx
But get this warning:
mail(): SMTP server response: 501 This system is not configured to relay mail from <scott101@xxx.xxx.xxx> to <shogzy@xxx.xxx.xxx> for 81.199.87.25
Can anybody help
SMTP = mail.xxx.xxx.xxx ; for Win32 only
smtp_port = 25
sendmail_from= scott101@xxx.xxx.xxx ; for Win32 only
; For Win32 only.
;sendmail_from = scott101@xxx.xxx.xxx
But get this warning:
mail(): SMTP server response: 501 This system is not configured to relay mail from <scott101@xxx.xxx.xxx> to <shogzy@xxx.xxx.xxx> for 81.199.87.25
Can anybody help