1 kbford Jul 20, 2007 10:26
3 kbford Aug 08, 2007 16:33
Thanks for replying to this.
In case anyone was wondering, I went to the phpclasses.org site and downloaded the Easy Email SMTP class (and required classes) and modified b2evo to send emails through that (one set of files needed).
Once I did, all was well...
4 afwas Aug 08, 2007 17:27
Thank you both for reporting to the forum. This solves one of those problems that comes around from time to time.
5 fplanque Sep 09, 2007 03:57
OK, anyone wanting to integrate this into b2evo 2.0 and maintain it a while, please email me ;)
6 nessa421 Sep 10, 2007 20:16
I'll work on this for b2evo 2.0....what kind of integration are we talking about here =)
7 blueyed Sep 10, 2007 21:16
nessa, you may want to patch your package and maybe use another library. The last released PHPMailer package is still vulnerable (which means it's not supported/developed) anymore.
See http://larholm.com/2007/06/27/phpmailer-security-updates/
8 nessa421 Sep 14, 2007 06:33
i was thinking about swiftmailer, as i agree that phpmailer is more of a deprecated solution. I'll see what I can do for this
I know this is kind of an old thread, but I recently wrote a patch for my customers that will allow you to send mail through SMTP when using b2. This is mainly because we block the php mail() function from sending mail as nobody, but also because as you said some ISP's disregard mail sent using the mail function.
I just released it on my website for public use since we started using suPHP, so feel free to us it if you find it'll help you:
http://www.v-nessa.net/2007/08/08/b2evolution-smtp-patch/