multiple_email.mail.yml in Multiple E-mail Addresses 2.x
config/install/multiple_email.mail.yml
2 string references to 'multiple_email.mail'
- SettingsForm::buildForm in src/
Form/ SettingsForm.php - Form constructor.
- SettingsForm::getEditableConfigNames in src/
Form/ SettingsForm.php - Gets the configuration names that will be editable.
File
config/install/multiple_email.mail.ymlView source
- confirmation:
- subject: 'Confirm your e-mail address at [site:name]'
- body: |
- [user:name],
-
- You have added the e-mail address '!email' to your account at [site:name]. In order to complete the registration of this email, you must confirm it by clicking the link below and entering this confirmation code: !confirm_code
-
- !confirm_url
-
- If the web address does not appear as a link, you must copy the address out of this email, and paste it into the address bar of your web browser.
-
- If you do not confirm this e-mail in !confirm_deadline, it will be unregistered from your account.
-
- --
- [site:name] team
- expiration:
- subject: 'Your e-mail address at [site:name] has expired'
- body: |
- [user:name],
-
- You have failed to confirm the the e-mail address '!email' within the confirmation period of !confirm_deadline. Therefore, the e-mail address has been removed from your account.
-
- You may add this address again, but you must confirm the address within the specified deadline!
-
- --
- [site:name] team
- langcode: en