Al wrote:
Anyone have opinions on these two mail functions for sending smtp emails, pear mail() verses net-smtp()? Which is best, etc.

Pear mail puts everything together and if necessary uses net_smtp to send it.

If you want to have to build the emails yourself, you can do it and then use net_smtp to send it - but it's pretty hard to do and get right for all situations.

Otherwise, use pear mail to do everything for you.

http://pear.php.net/package/Net_SMTP/

ยป Packages that depend on Net_SMTP

    * Mail

--
Postgresql & php tutorials
http://www.designmagick.com/


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

Reply via email to