You are here

multiple_email.mail.yml in Multiple E-mail Addresses 2.x

config/install/multiple_email.mail.yml

File

config/install/multiple_email.mail.yml
View source
  1. confirmation:
  2. subject: 'Confirm your e-mail address at [site:name]'
  3. body: |
  4. [user:name],
  5. 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
  6. !confirm_url
  7. 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.
  8. If you do not confirm this e-mail in !confirm_deadline, it will be unregistered from your account.
  9. --
  10. [site:name] team
  11. expiration:
  12. subject: 'Your e-mail address at [site:name] has expired'
  13. body: |
  14. [user:name],
  15. 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.
  16. You may add this address again, but you must confirm the address within the specified deadline!
  17. --
  18. [site:name] team
  19. langcode: en