The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
email problems
Ok to start I have been over at vb.com and we tried to work this out but is cant be done..
The problem is I cant get my host to change the mail:from address in the php.ini file cause they dont want sites to send mail from nobody@domainname.com, they are asking me to change it in the script. Now I have tried to find a way to change it but vb.com ask me to come here to ask. What file do I need to edit to get the email to send from , say the admin insted of from:nobody ? |
#2
|
||||
|
||||
Are you talking about vbulletin or another script? vBulletin sends mail marked as being from the e-mail address set in your cp options.
For other scripts, the syntax is: mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]]) To the change the from header, you'd have to use something like: mail("someone@x.com", "subject", "message", "From: me@domain.com"); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|