News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Rejecting Registrants

Started by LynnB, May 11, 2011, 07:43:58 AM

Previous topic - Next topic

LynnB

You can reject registrants with or without an email. I tried it with email and expected a window to compose the email, but that didn't happen it went ahead with the rejection. So what does the email that gets sent say? and can I change that? Thanks

Illori

Code (emailtemplates.english.php) Select

'admin_approve_reject' => array(
/*
@additional_params: admin_approve_reject
USERNAME: The user name for the member receiving the email.
@description:
*/
'subject' => 'Registration Rejected',
'body' => '{USERNAME},

Regrettably, your application to join {FORUMNAME} has been rejected.

{REGARDS}',
),


that should be the text that is sent. you can edit it there or there is a mod that you can use to edit all the email templates that are sent out.

Advertisement: