
06-09-2009, 02:36 PM
|
|
|
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
standard vB can do this
thats from the help:
Quote:
If you are using the built-in contact form at sendmessage.php you can specify subjects for users to pick from. An "other" option will be added to any options you specify here.
Each subject must be placed one per line, meaning that you need to enter a carriage return between subject (press <Enter>). If you wish to direct the email from a subject to a particular user, you can either specify the user's userid on the forum or their email address. You do this by placing the item in brackets at the start of the subject.
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.
|
|