11-27-2007, 02:42 AM
|
#19 (permalink)
|
|
The Acquainted
Join Date: Sep 2007
Posts: 133
Thanks: 6
|
Quote from phpmailer's website:
Quote:
|
As you may know, it is simply to send mails with the PHP mail() function. So why use PHPMailer? Isn't it slower? Yes that's true, but PHPMailer makes it easy to send e-mail
|
Sticking with the standard mail(); way is the best. Just have a good mail server.
|
|
|