Alain Roger wrote:
hiChris,

i've read several forums where this mail() function from PHP initial package is not so great.

mail() works fine.

phpmailer (and zendmailer, swiftmailer and other such packages) help you with things like:

- sending through an smtp server
- putting a multipart email together
- adding attachments
- embedding images in your email content

and a whole bunch of other stuff so you don't have to write the code to do all of that.

There's nothing fancy in any of them, and if you don't tell them to send through an smtp server, they use the normal mail() command (in most cases I think anyway).

--
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