README 366 B

1234567891011121314151617
  1. The DomainWhitelist plugin restricts the email addresses in a domain to a
  2. select whitelist.
  3. Installation
  4. ============
  5. add "addPlugin('DomainWhitelist');"
  6. to the bottom of your config.php
  7. Settings
  8. ========
  9. whitelist: An array of whitelisted domains
  10. Example
  11. =======
  12. $config['email']['whitelist'] = array('example.org', 'example.net');
  13. addPlugin('DomainWhitelist');