Reputation: 2325
Pretty much as the title says.
I'm currently using the SwiftMailer (http://swiftmailer.org), but I'm just wondering how it stacks up to the other libraries out there.
Upvotes: 2
Views: 2899
Reputation: 21
For everyone using PHPMailer, there is an exploit which makes it possible to read any file on the server. Check sourceforge documentation for PHPMailer to see more information.
Upvotes: 0
Reputation: 134
Another vote for PHPMailer here, been using it for years and haven't any problems.
Funnily enough I was looking at trying out SwiftMailer a few months back but saw some concerns about performance of the latest version on the forums which kind of put me off...
Upvotes: -2
Reputation: 401002
Not sure about libraries like PHPMailer, Swiftmailer, HTMLMimeMail (I've used this one for a couple of projects in the past ; never had any problem with it) or the like, but I think, for a project of my own, I'd have a look at Zend_Mail
Why ? I see at least two reasons :
And for a couple of drawbacks :
Upvotes: 3