README.txt in Mailcontrol 6
Same filename and directory in other branches
/** * ABOUT */ Have 100% control over the default mails sent by D7 out of the box. This small module extends original Drupal 7 account settings page with the ability to turn ON/OFF all standard mails. By default Drupal 7 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 7. /** * USEFULL LINKS */ Project: http://drupal.org/sandbox/reszli/1846498 /** * CONTACT */ reszli@gmail.com
File
README.txtView source
- /**
- * ABOUT
- */
- Have 100% control over the default mails sent by D7 out of the box.
-
- This small module extends original Drupal 7 account settings page with
- the ability to turn ON/OFF all standard mails. By default Drupal 7
- 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 7.
-
- /**
- * USEFULL LINKS
- */
- Project: http://drupal.org/sandbox/reszli/1846498
-
- /**
- * CONTACT
- */
- reszli@gmail.com