Plugin Setting

'; echo '

Security check failed.

'; echo ''; echo '
'; } else { $registration_email = $_REQUEST['registration_email']; $activation_email = $_REQUEST['activation_email']; $reset_password_email = $_REQUEST['reset_password_email']; update_option( 'registration_email', $registration_email ); update_option( 'activation_email', $activation_email ); update_option( 'reset_password_email', $reset_password_email ); echo '
'; echo '

Settings saved.

'; echo ''; echo '
'; } } ?>
8 ) ); ?>

User get this email after registration. In the email template, you can use these mail-tags:
[FIRSTNAME] [LASTNAME] [ACTIVATION_LINK] [USERNAME]

8 ) ); ?>

User get this email when active user account through activation link. In the email template, you can use these mail-tags:
[FIRSTNAME] [LASTNAME] [NEW_PASSWORD]

8 ) ); ?>

User get this email when user request for reset password. In the email template, you can use these mail-tags:
[FIRSTNAME] [LASTNAME] [RESET_PASSWORD_LINK]