second_emailadress.mod 1.0 - SP1 Enter a second email adress ($admin_email) to send email not to webmaster email adress. You can use it for example with "new_member_notification.mod" or "New Thread Notification.mod". Enter valid email adress on forum preferences and settings. !!! VERY IMPORTANT: Replace $webmaster_email with $admin_email in the code by hand wherever you want (*g* but it must be useful).!!! Gekko zipme@gmx.net English.lng $yycopyright = qq~$mbname » Powered by YaBB 1 Gold - SP1!
\nYaBB © 2000-2001,
Xnull. All Rights Reserved.~;
$admintxt{'01'} = "Admin Email Adress"; Sources/AdminEdit.pl $txt{'407'} $admintxt{'01'} $webmaster_email = $FORM{'webmaster_email'} || 'webmaster@mysite.com'; $admin_email = $FORM{'admin_email'} || 'admin@mysite.com'; \$smtp_server = "$smtp_server"; # Address of your SMTP-Server \$admin_email = q^$admin_email^; # Your email address. (eg: \$admin_email = q^admin\@host.com^;)