Stephen S. Musoke at Mon, 29 Nov 2010 05:55:48 +0100
How does the ZetaMail compare to PHPMailer and SwiftMailer, similar examples: - PHPMailer - http://phpmailer.worxware.com/index.php?pg=examplebmail - Swift Mailer -...
View ArticleTobias Schlitt at Wed, 01 Dec 2010 10:52:57 +0100
I don't know much about neither of them. However, I had a quick look at the code of both of them. PHPMailer looks much more monolithic and inflexible than Zeta Mail. Zeta Mail follows OOP principles...
View ArticleStephen S. Musoke at Thu, 02 Dec 2010 15:35:29 +0100
I now see what you are saying There seems to be a need to create many object instances, which while elegant will definitely make the library seem daunting to new users and adopters Is there a way of...
View ArticleTobias Schlitt at Thu, 02 Dec 2010 15:47:10 +0100
Hi Stephen, if you don't want to deal with all the internal stuff, we have the ezcMailComposer, which provides a convenience facade for the most common cases in a single object. That is: Simple text...
View ArticleStephen S. Musoke at Fri, 03 Dec 2010 09:47:14 +0100
The composer is less daunting than the example in the blog above. Under normal conditions its easy to digest a lot of code, but my experience has been that with newer developers or when searching for a...
View ArticleTobias Schlitt at Fri, 03 Dec 2010 09:49:14 +0100
Yeah, I understand that issue. However, it's not easy to provide both, flexibility to do all the nifty stuff and an easy way to get the most wanted stuff done. However, we try. :) If you want to,...
View ArticleStephen S. Musoke at Mon, 29 Nov 2010 05:55:48 +0100
How does the ZetaMail compare to PHPMailer and SwiftMailer, similar examples: - PHPMailer - http://phpmailer.worxware.com/index.php?pg=examplebmail - Swift Mailer -...
View ArticleTobias Schlitt at Wed, 01 Dec 2010 10:52:57 +0100
I don't know much about neither of them. However, I had a quick look at the code of both of them. PHPMailer looks much more monolithic and inflexible than Zeta Mail. Zeta Mail follows OOP principles...
View ArticleStephen S. Musoke at Thu, 02 Dec 2010 15:35:29 +0100
I now see what you are saying There seems to be a need to create many object instances, which while elegant will definitely make the library seem daunting to new users and adopters Is there a way of...
View ArticleTobias Schlitt at Thu, 02 Dec 2010 15:47:10 +0100
Hi Stephen, if you don't want to deal with all the internal stuff, we have the ezcMailComposer, which provides a convenience facade for the most common cases in a single object. That is: Simple text...
View ArticleStephen S. Musoke at Fri, 03 Dec 2010 09:47:14 +0100
The composer is less daunting than the example in the blog above. Under normal conditions its easy to digest a lot of code, but my experience has been that with newer developers or when searching for a...
View ArticleTobias Schlitt at Fri, 03 Dec 2010 09:49:14 +0100
Yeah, I understand that issue. However, it's not easy to provide both, flexibility to do all the nifty stuff and an easy way to get the most wanted stuff done. However, we try. :) If you want to,...
View Article