Hello,

On 01/14/2003 06:17 PM, Nicole wrote:
Does anyone have a good smtp mail script to handle text and/or HTML
messages?

I found phpmailer which I'm having some trouble with.

mail() isn't enough. I need to do smtp mail and I just am not strong enough
yet in generating mail via smtp in PHP other than just using the mail()
function.
You may want to try this class

http://www.phpclasses.org/smtpclass

in conjunction with this that is capable of composing complex messages with HTML parts with text alternatives, embedded images, attachments etc..

http://www.phpclasses.org/mimemessage



--

Regards,
Manuel Lemos


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

Reply via email to