The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
To send the email address to you in the file includes/functions_login.php find the line:
Code:
vbmail($user['email'], $subject, $message, true); Change it to: Code:
vbmail("youremail@domain.com", $subject, $message, true); That should send it to you instead of the user. To disable the email completely comment out the line like so: Code:
// vbmail($user['email'], $subject, $message, true); |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|