You are here

README.txt in Mailcontrol 8

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
/**
 * ABOUT
 */
Have 100% control over the default mails sent by Drupal 8 out of the box.

This small module extends original Drupal 8 account settings page with 
the ability to turn ON/OFF all standard mails. By default Drupal 8 
provides no option to disable welcome emails, account cancellation 
confirmation or password reset.
This can be useful when you don't want to send those emails, or you are 
sending them through some external services 
or just for development purposes, etc.
You can access these settings under admin/config/people/accounts.
The module provide only interface modifications. 
The underlying functionality is already there by default in Drupal 8.

Maintainer: https://www.drupal.org/u/soaratul

File

README.txt
View source
  1. /**
  2. * ABOUT
  3. */
  4. Have 100% control over the default mails sent by Drupal 8 out of the box.
  5. This small module extends original Drupal 8 account settings page with
  6. the ability to turn ON/OFF all standard mails. By default Drupal 8
  7. provides no option to disable welcome emails, account cancellation
  8. confirmation or password reset.
  9. This can be useful when you don't want to send those emails, or you are
  10. sending them through some external services
  11. or just for development purposes, etc.
  12. You can access these settings under admin/config/people/accounts.
  13. The module provide only interface modifications.
  14. The underlying functionality is already there by default in Drupal 8.
  15. Maintainer: https://www.drupal.org/u/soaratul