Hi,
I am using mail() function in php to send mails. In my php.ini file the settings were
SMTP=localhost
port=25
It is working fine. I am not sure how it is working even with localhost. May be the mail server does not requires authentication and email agent 'sendmail' is used.
Can any one give advice on this.
Thanks
Shanthini
mail() function in php to send mails (with SMTP=localhost)
Moderator: General Moderators