SwiftMailer Vs PHPMailer

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
arpitj
Forum Newbie
Posts: 1
Joined: Fri May 14, 2010 8:21 am

SwiftMailer Vs PHPMailer

Post by arpitj »

Hi All,

I have to use a mailing component in my next application. So i am doing a some basic analysis of existing mailing components. I have heard about two components "SwiftMailer" and "PHPMailer".
If any of you have done some work on either of them, then please help me to categorize these on the basis of following points:

1. Scalability:
2. Distribution:
3. Security:
4. Asynchronous:
5. Loose coupling:
6. Performance:
7. Documentation:

I mean whether above features can be implemented, or how are they ( ok, Good, Excellent ). If you have any additional points to help me judge, please feel free to add them.

Thanks in Advance.

Cheers
-A
Last edited by arpitj on Wed May 19, 2010 6:20 am, edited 1 time in total.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: SwiftMailer Vs PHPMailer

Post by Benjamin »

I can vouch for swiftmailer. You may have to experiment and work a little bit in order to support very high volume sending, but other than that it's by far the best in my book.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: SwiftMailer Vs PHPMailer

Post by John Cartwright »

Benjamin wrote:I can vouch for swiftmailer. .... it's by far the best in my book.
+1 and +1
Post Reply