Diogo Cordeiro f0a67a1df9 [PLUGINS] Removed GeoURL as the service doesn't exist anymore 5 yıl önce
..
forms de55d8f83b plugins onAutoload now only overloads if necessary (extlibs etc.) 11 yıl önce
locale f0a67a1df9 [PLUGINS] Removed GeoURL as the service doesn't exist anymore 5 yıl önce
DomainWhitelistModule.php 82893824db [CORE] Refactor Plugin API to Module API 5 yıl önce
README a614205663 Add plugin READMEs 9 yıl önce

README

The DomainWhitelist plugin restricts the email addresses in a domain to a
select whitelist.

Installation
============
add "addPlugin('DomainWhitelist');"
to the bottom of your config.php

Settings
========
whitelist: An array of whitelisted domains

Example
=======
$config['email']['whitelist'] = array('example.org', 'example.net');
addPlugin('DomainWhitelist');