2 sam2kb Nov 20, 2010 02:59

I´ve already tried it, but didn´t work. Maybe because my version is 3.3.3?:(
Do you know where does b2evolution keep the data to send mails to the admin? It might be a good place to start with. :
b2evo uses internal send_mail() function as a wrapper to PHP mail(), take a look at /inc/_core/_misc.funcs.php
You should edit that function
I got into that code, tried to link part of it to phpmailer() and found myself absolutely lost. Maybe, lack of knowledge about php or about b2evolution.
SOLVED :lol:
Thanks to a good friend, I solved the problem.
He created a function called mail2 in a new php archive (which has a require ('phpmailer/class.phpmailer.php'); )
After that:
See if this helps http://forums.b2evolution.net//viewtopic.php?t=14205
There's no easy way to configure external mail server in b2evo