PHPMailer - what sending method is most appropriate?
- by Stomped
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.