View Full Version : How do I Seprate Registration email from Contact US?
gamerfu
06-23-2008, 10:45 PM
How do I separate the "Contact US" email from the registration email that is sent?
veenuisthebest
06-24-2008, 01:27 AM
Read the (?) of Contact Us Options under Site name/URL/Contact Details in admincp.
It says this, Example:-
{1} Site Feedback
{example@example.com} Help
Registration
Feedback sent to the first option "Site Feedback" would be directed to the email address of Userid #1. Feedback sent to the second option "Help" would be directed to the email address "example@example.com". Feedback sent to the third option "Registration" would be directed to the Webmaster's email address.
gamerfu
06-24-2008, 10:12 PM
I would like to use the sendmessage.php form.
Can I change where sendmessage.php sends to?
Dismounted
06-25-2008, 07:23 AM
The post above yours tells you how to do that...
gamerfu
06-26-2008, 12:00 AM
Oh I see, I didn't understand what was going on at first. Thank you veenuisbest!
trulylowcarb
09-15-2008, 08:41 PM
Can someone tell me how to remove the 'other' option from sendmessage.php, or at least change where THAT option is emailed to?
Specifying an email address or userid for the contact us options works well enough, but I want to use a donotreply option as the forum outgoing address, with any and all replies deleted (they do get an autoreply saying that their message was never read by a human, and directing them to the links on the actual website.)
I find this works best and prevents people from replying to PM notifications with stuff that I really DO NOT want to see or read :P
But I need to redirect that auto-generated Other option in sendmessage.php, or delete it, for my scheme to work properly...
Thanks in advance,
--------------- Added 1221516148 at 1221516148 ---------------
Ha. Murphy's Law rules again. Answered my own question.
here's the how, in case this helps someone else:
Open the Contactus template and remove the following code, which will limit the contact us options to the predefined titles and destinations you want.
<label for="rb_subjother"><input type="radio" name="subject" value="other" id="rb_subjother" />$vbphrase[other]</label>
<input type="text" class="bginput" name="other_subject" size="40" maxlength="85" />
If anyone with more knowledge knows of a reason I shouldn't be doing this, please speak up!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.