I've just started using PhpMailer, so I've had to decide if I was going to use SMTP, sendmail, qmail... I've always used the simple mail() function in PHP, and never really thought about it.
Is one method better, more reliable, simpler, or more appropriate for a specific task.? (massmail, attachment, etc...)
I'm developping on my PC (wamp) and websites are always on Unix server.
Thanks.