James Birkett
06-20-2009, 08:22 PM
Hey, the contact us e-mail address is the same as the webmaster's e-mail.
I was wondering if there is a piece of code I could use to change the e-mail to something like support@{mydomain}.xyz.
I am currently looking through the templates for my own way but any help would of course be appreciated.
Thanks!
EDIT:
In sendmessage.php I noticed this:
$destemail =& $vbulletin->options['webmasteremail'];
Could I just change this to:
$destemail = support@{mydomain}.xyz
I was wondering if there is a piece of code I could use to change the e-mail to something like support@{mydomain}.xyz.
I am currently looking through the templates for my own way but any help would of course be appreciated.
Thanks!
EDIT:
In sendmessage.php I noticed this:
$destemail =& $vbulletin->options['webmasteremail'];
Could I just change this to:
$destemail = support@{mydomain}.xyz