Hi there, I'm trying to send an e-mail using PHP. I've already configured PHP.ini and added sendmail_path = /usr/sbin/sendmail to my [mail function] key. But when using: <? $to = "vinicius@yahoo.com"; $subj = "test"; $body = ""; mail($to,$subj,$body); ?> I'm not getting any e-mail. Any suggestion? Thanks
is your webserver also a mail server?
Zenon Yes, my webserver is also a mail server (as it is a FTP server ...)
Well, due problems with our e-mail server it has been inactive for a while, which I didn't know 🙁 So, our mail server is in another server, how do I configure php to use it? sendmail_path = remoteIP?
Thanks