Hi,

[EMAIL PROTECTED] <> wrote on Tuesday, June 13, 2006 3:29 PM:

> If you are writing the PHP application, I strongly suggest
> using the class
> from http://phpmailer.sourceforge.net/ instead of the native mail()
> function.  The native mail() is a simple and insecure mail
> sending function.
> With the PHPMailer class, you can use SMTP AUTH to securely
> connect to your
> mail server.

Another alternative is PEAR Mail:

http://pear.php.net/package/mail/redirected

You can install it easily, if you have the PEAR package manager
installed:

 # pear install Mail

-soenke
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to