PHPMailer - what sending method is most appropriate?
Posted
by Stomped
on Stack Overflow
See other posts from Stack Overflow
or by Stomped
Published on 2010-04-10T15:38:03Z
Indexed on
2010/04/10
15:43 UTC
Read the original article
Hit count: 270
Hello.
I need to use PHPMailer to send emails out for the following reasons:
- small lists (less then 500)
- password resets
- general notifications, 100ish emails at a time
And PHPMailer gives me the option to send via mail(), sendmail, or SMTP. Is there any reason to prefer one of these methods over the other?
I don't know enough about email services in general to make an informed decision.
© Stack Overflow or respective owner