Hi,
I want to send mails with the smtp of my isp. But this smtp has authentication of users. The first thing I try was using the mail() function, but i don´t know how to setup the php.ini for this smtp. Someone knows?
Also i have being looking, and I found on /usr/share/php a file call Mail.php and in /usr/share/php/Mail a file smtp.php .
smtp.php has the class Mail_smtp wich has variables of smtp host, port, a boolean of authentication for smtp, username and password. Someone knows how to work with this classes? I know how to work with objects, but no on php. How I include those classes on my code? with include?
Thanks,
eL RaNu