ho terminato da poco uno script per la gestione delle mailing list, premetto che testo tutto su easyphp 2 e fino ad ora sono sempre riuscito ad inviare email da localhost, con questo nuovo script però ottengo un errore strano...
Codice PHP:
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()
Fatal error: Uncaught exception 'Exception' with message 'Sending mail failed.' in line:78 Stack trace: #0 user_transact.php(76): SimpleMail->send('francesko@hot...', 'Mailing list co...', ciao ciccio?Ou...', 'From: francesco...') #1 {main} thrown in class.Mail.php on line 78
quale potrebbe essere il problema?
grazie anticipatamente...