# Via Marcelo Schmidt (2) and Gabriel Engel (1)
* 'master' of github.com:RocketChat/Rocket.Chat:
Send e-mail on first username set
Add enrollment email
"Accounts_RequireNameForSignUp":"Require name for signup",
"Accounts_Enrollment_Email":"Enrollment E-mail",
"Accounts_Enrollment_Email_Description":"You may use [name], [fname], [lname] for the user's full name, first name or last name, respectively.<br />You may use [email] for the user's e-mail.",
RocketChat.settings.add'Invitation_Subject','You have been invited to Rocket.Chat',{type: 'string',group: 'SMTP',section: 'Invitation'}
RocketChat.settings.add'Invitation_HTML','<h2>You have been invited to <h1>Rocket.Chat</h1></h2><p>Go to '+__meteor_runtime_config__?.ROOT_URL+' and try the best open source chat solution available today!</p>',{type: 'string',multiline: true,group: 'SMTP',section: 'Invitation'}