2013-05-22, 06:33 AM
I have my own code for my contact us page.
All is good... Except the mail..
PHP mail works in it..
The following mail code for SMTP doesnt work..
My SMTP is configured correctly.. Activation mails are sent from SMTP in correct manner...
Help me to sort out this problem..
All is good... Except the mail..
PHP mail works in it..
mail($mybb->settings['adminemail'], $subject, $message);
The following mail code for SMTP doesnt work..
my_mail(, '[' . $mybb->settings['bbname'] . ' ' . $pages['name'] . '] ' . $subject, $message, $from, '', '', false, 'text', '', $email);
My SMTP is configured correctly.. Activation mails are sent from SMTP in correct manner...
Help me to sort out this problem..