A
Anonymous
Guest
Guys, I need help with sending mail
I have this test script
And when i run the page i get this error
Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for dracho@adb.org in F:\wwwroot\testmail.php on line 3
I checked my php.ini
I did not change anything from the IIS because I am not familiar with the settings.
Please help. Thanks.
I have this test script
Code:
<?php
mail("dracho@adb.org","Test","this is a test mail","dexter");
?>
And when i run the page i get this error
Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for dracho@adb.org in F:\wwwroot\testmail.php on line 3
I checked my php.ini
Code:
[mail function]
; For Win32 only.
SMTP = localhost; for Win32 only
sendmail_from= me@localhost.com; for Win32 only
; For Win32 only.
;sendmail_from = me@example.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
I did not change anything from the IIS because I am not familiar with the settings.
Please help. Thanks.