ciao,
sto scrivendo un piccolo script in php che dovrebbe mandare una e-mail.
sto usando easyphp.
Lo script è il seguente:
<?php
mail ("XXX@e-mailaddress.com", "hello", "hi, world");
?>
ho modificato il file php.ini
ho messo:
SMTP: un_smtp
smtp_from: unindirizzo@....
quando lancio lo script da easyphp mi restituisce questo errore:
Warning: mail(): SMTP server response: 550 Unable to relay for underbody@..... in c:\programmi\easyphp1-8\www\prova.php
Dove sto sbagliando?
Grazie!
UnderBody
sto scrivendo un piccolo script in php che dovrebbe mandare una e-mail.
sto usando easyphp.
Lo script è il seguente:
<?php
mail ("XXX@e-mailaddress.com", "hello", "hi, world");
?>
ho modificato il file php.ini
ho messo:
SMTP: un_smtp
smtp_from: unindirizzo@....
quando lancio lo script da easyphp mi restituisce questo errore:
Warning: mail(): SMTP server response: 550 Unable to relay for underbody@..... in c:\programmi\easyphp1-8\www\prova.php
Dove sto sbagliando?
Grazie!
UnderBody
Commenta