Quote:
Originally Posted by doopz
Code:
$uheaders .= "From: " . $vbulletin->options['bbtitle'] . " Reminder Service <" . $webmaster_email .">\r\n";
I don't want the from address to be the bbtitle, but a simple name + email adres.
The bbtitle is messing things up.
Wesley
|
I'll try, but there seems to be an issue with changing the email headers in vBulletin or atleast I haven't been able to find info on how to do it. That line of code you're showing in the quote I took out for that reason because it wasn't changing it correctly. It was changing it to "From: Site Title <Site Title>" with quotes around the first Site Title. As soon as I removed the uheaders line it started working correctly. I'll try to work on that more.