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 !

Re: [Request] Send automatically email to new registered

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)