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:
PHP Code:
$destemail =& $vbulletin->options['webmasteremail'];
Could I just change this to:
PHP Code:
$destemail = support@{mydomain}.xyz