
06-25-2008, 01:24 AM
|
|
|
Join Date: Feb 2005
Location: Manhattan
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Thanks for this. I installed it.
Unfortunately, afterwards, I get a NO PERSMISSION ERROR . Trying to solve.
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)
|
|