Topic: [Request] Send automatically email to new registered
Hello,
I whould like send automatically an email to the new members (Its' not an email of confirmation because in my site i don't ask confirm email)
Thx !
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 extensions → [Request] Send automatically email to new registered
Hello,
I whould like send automatically an email to the new members (Its' not an email of confirmation because in my site i don't ask confirm email)
Thx !
Just to clarify;
Administration > Settings > Registration
Above "Forum Rules" "users must agree etc" you'd like option
Default Welcome Email
Compose Email (enter Email here)
So
1. adding something like below but with "rules" replaced by "welcome_email" for example...
[admin/settings.php] lines 177-185
if (!isset($form['rules']) || $form['rules'] != '1') $form['rules'] = '0';
if ($form['rules_message'] != '')
$form['rules_message'] = forum_linebreaks($form['rules_message']);
else
$form['rules_message'] = $lang_admin_settings['Rules default'];
break;
}
2. adding code to functions.php lines 1681-1700
3. an additional mail template would be needed in [lang/English/mail_templates] I guess (i.e. in the ext)
PunBB Forums → PunBB 1.3 extensions → [Request] Send automatically email to new registered
Powered by PunBB, supported by Informer Technologies, Inc.