After doing an upgrade from version 2.9 to 2.3.0 my mail is not working. In the pass, when I have upgraded my forum from 2.6-2.9 all I had to do to get mail working is to run a query UPDATE template SET template = REPLACE(template, "\n", "\r\n" );. That would always fix my problem.
With version 2.3.0 I guess it uses vbmail (whatever that is :confused[img]images/smilies/smile.gif[/img]. My my simple query does not work. I search this forum for a fix and it either says, "reupload non hack/original functions.php or change mail($toemail, $subject, $message, $headers); to this mail($toemail, $subject, $message, $headers, "-f $webmasteremail");
Both does not work. What is my next step to solve my email problems?
I know if I re-up my original functions.php and some other files, the email problem with be fixed, cause it is using the old method of sending out email. But I feel if I did that it is the mickey mouse way of fixing it.
With version 2.3.0 I guess it uses vbmail (whatever that is :confused[img]images/smilies/smile.gif[/img]. My my simple query does not work. I search this forum for a fix and it either says, "reupload non hack/original functions.php or change mail($toemail, $subject, $message, $headers); to this mail($toemail, $subject, $message, $headers, "-f $webmasteremail");
Both does not work. What is my next step to solve my email problems?
I know if I re-up my original functions.php and some other files, the email problem with be fixed, cause it is using the old method of sending out email. But I feel if I did that it is the mickey mouse way of fixing it.
Comment