mail() function in php to send mails (with SMTP=localhost)
Posted: Tue Sep 08, 2009 11:19 pm
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
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