
07-15-2008, 02:23 PM
|
|
|
Join Date: Feb 2007
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by TriMe
For those of you having difficulties sending invites to yahoo/hotmail, you may want to import this modified xml (make sure you overwrite). The only changes I made in the product-invitation.xml file was:
This:
Code:
vbmail($invitation_email, $subject, $message, true, $vbulletin->GPC['email'], '', $vbulletin->userinfo['username']);
To This:
Code:
vbmail($invitation_email, $subject, $message, true, $vbulletin->options['webmasteremail'], '', $vbulletin->userinfo['username']);
It turns the senders email header to that of the webmaster (AdminCP-vBulletin Options-Site Name / URL / Contact Details-Webmaster's Email)
Previously the header included the recipients email which is the reason yahoo/hotmail was blocking.
I also added my webmaster's smtp settings in the email options, turned on SMPT and Enabled the '-f' Parameter in AdminCP-vBulletin Options-Email Options
Cheers
(come back Hasann, we miss you)
|
It wasn't working for me, then I installed your version and it's working fine. Thanks a lot
|