Hello,

On 02/02/2003 02:32 PM, Johan köhne wrote:
Is it possible and if so, how to send emails through SMTP servers that require authentication (logging in)?
Not via mail(). You may want to try this class for composing and sending messages that comes with a wrapper function named smtp_mail() that emulates the mail() function except that it send the message through a SMTP server of your choice letting you specify the authentication credentials as you need:

http://www.phpclasses.org/mimemessage

You also need this:

http://www.phpclasses.org/smtpclass

--

Regards,
Manuel Lemos


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to