|
RE: failed to connect, mail() on pws
Hi emile,
the solution is as simple as this:
(in the php.ini file)
SMTP = YourSmtpServer.com
sendmail_from = you@domani.com
if you are connected to the internet the funcion mail() will work just fine.
HTH,
--
Antonio
|