I am new to PHP and I am not sure which email library I should use. I have read about PHPMailer, SwiftMail and the PEAR library.
I require
- SMTP authentication
- Send as html
- Add attachments
Can anyone tell me which library is best?
Another question: is there a mail library which supports sending mail in a background queue?