PhpMailer vs. SwiftMailer? I'm building a fairly simple php script that will need to send some emails with attachments. I've found these 2 libraries to do this. Does either one have significant advantages over the other? Or should I just pick one at random and be done with it? Solution: I was going to say that PHPMailer is no longer developed, and Swift Mailer is. But when I googled ... https://github.com/PHPMailer/PHPMailer That suggests its being worked on again. I've used PHPMailer a lot,