Download the PHP package innis-maggiore/silverstripe-smtp-tester without Composer
On this page you can find all versions of the php package innis-maggiore/silverstripe-smtp-tester. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download innis-maggiore/silverstripe-smtp-tester
More information about innis-maggiore/silverstripe-smtp-tester
Files in innis-maggiore/silverstripe-smtp-tester
Package silverstripe-smtp-tester
Short Description Silverstripe SMTP Tester allows developers to test their site's SMTP configuration from the admin area.
License BSD-3-Clause
Homepage https://github.com/innis-maggiore/silverstripe-smtp-tester
Informations about the package silverstripe-smtp-tester
SilverStripe SMTP Tester
This module provides an easy way to test the SMTP configuration of your SilverStripe site from the admin area.
Installation
Using Composer
- Run
/dev/build?flush=1
Use the 1.0
tag (ss3 branch) for SilverStripe 3 sites.
User Whitelist
By default, the module will be available to anyone with the "Access to SMTP Tester section" permission, including admins.
You can add an additional restriction by setting the SmtpTester.user_domain_whitelist config option in your config.yml file.
app/_config/mysite.yml
When set, the domain of the member's email address must match the whitelist in order to view the SMTP Tester module. Multiple domains can be provided in a comma-separated list.
Be sure to re-run /dev/build?flush=1
after changing your config options.