i am using
mail() function to send email from PHP without any authentication.
This function only work on my web server, but does not work on a local machine.
I am looking for best PHP function to send a email with authentication which would work on any machine without modifying the php.ini
i am using PHP with IIS and windows
thanks
Another possibility is to install mail and net_smtp through pear.
then you have the possibility to send mail with SMTP authentication to another server:
(taken from http://www.jgeppert.com/2009/06/php-e-mail-mit-smtp-authentifizierung-versenden/)