Comparisons

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

Which PHP-mail class/framework are you using?

SwiftMailer (naturally!)
8
50%
PEAR:s mail classes
0
No votes
XpertMailer
1
6%
PHPmailer
2
13%
PHP's built-in mail()-function
5
31%
 
Total votes: 16

User avatar
joho
Forum Newbie
Posts: 16
Joined: Tue Oct 17, 2006 4:34 am
Location: Stockholm, Sweden

Comparisons

Post by joho »

Are there any comparisons available for SwiftMailer?

I'm thinking of PHPmailer, XpertMailer (http://xpertmailer.sourceforge.net/), and PEAR:s mail classes.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Swift Mailer vs. PHPMailer

http://www.swiftmailer.org/phpmailer/
eXpertPHP
Forum Newbie
Posts: 5
Joined: Sun Mar 12, 2006 9:11 am
Contact:

Post by eXpertPHP »

What about this comparaison http://www.xpertmailer.com/DOCUMENTATION/
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

I believe the only comparison done was with PHPmailer. Why don't you make the comparison for us and report your findings :)
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post by Maugrim_The_Reaper »

Might be in its infancy, but the Zend Framework is including a Mailer class package...
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

eXpertPHP wrote:What about this comparaison http://www.xpertmailer.com/DOCUMENTATION/
I don't see a comparison. I'd be interested to benchmark with XDebug Swift/SMTP against XPM2/SMTP though :)

I covered PHPMailer as the benchmark since it's the long-standing "standard". Since you seem to keep popping up it would be good to have a comparison.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Swift. It is clean, flexible, covers PHP4 and PHP5, and was written by someone who has time and again proved his worth as a developer. Need anything else?
Post Reply