The Arcive of vBulletin Modifications Site. |
|
Details »»
|
|||||||||||||||||||||||||
I'm sure many of you know that vbulletin can sometimes have problems sending out email notifications if your server uses sendmaill. Well I've had to have my email options turned off for months because of this, but I've finally got a cgi work-around that's about ready to go. I'm just having trouble with a specific part, converting the fields from php to cgi. Can anyone offer some quick help?
I just need: PHP Code:
Code:
$notifyurl = "formmail.cgi?to=$to&message=$message&headers=$headers"; include($notifyurl); Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
I am really not sure about this one, but maybe this one will work?
Code:
$nothing=file("http://www.site.com/forum/formmail.cgi?to=$to&message=$message&headers=$headers");
|
|
#3
|
|||
|
|||
|
Hi Firefly,
Thanks for your response, but that line does not contain any of these variables which I need to pass into my cgi formmail scrpt: PHP Code:
|
![]() |
|
|