2017 © Pedro Peláez
 

silverstripe-module silverstripe-smtp-tester

Silverstripe SMTP Tester allows developers to test their site's SMTP configuration from the admin area.

image

creativecodelabs/silverstripe-smtp-tester

Silverstripe SMTP Tester allows developers to test their site's SMTP configuration from the admin area.

  • Thursday, September 28, 2017
  • by creativecodelabs
  • Repository
  • 1 Watchers
  • 1 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

SilverStripe 3 SMTP Tester

This module provides an easy way to test the SMTP configuration of your SilverStripe site from the admin area., (*1)

Installation

Using Composer
$ composer require creativecodelabs/silverstripe-smtp-tester
  • Run /dev/build?flush=1
Manual Installation
  • Install the contents of this repository in the root of your SilverStripe project in a directory named "silverstripe-smtp-tester".
  • Run /dev/build?flush=1

User Whitelist

By default, the module will be available to anyone with the "Access to SMTP Tester section" permission, including admins., (*2)

You can add an additional restriction by setting the SmtpTester.user_domain_whitelist config option in your config.yml file., (*3)

mysite/_config/config.yml, (*4)

SmtpTester:
  user_domain_whitelist: 'mycompany.com'

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., (*5)

Be sure to re-run /dev/build?flush=1 after changing your config options., (*6)

The Versions

28/09 2017

dev-master

9999999-dev

Silverstripe SMTP Tester allows developers to test their site's SMTP configuration from the admin area.

  Sources   Download

GPL-3.0

The Requires

 

by Joe Chenevey

silverstripe smtp tester

28/09 2017

1.0.1

1.0.1.0

Silverstripe SMTP Tester allows developers to test their site's SMTP configuration from the admin area.

  Sources   Download

GPL-3.0

The Requires

 

by Joe Chenevey

silverstripe smtp tester

14/09 2017

1.0.0

1.0.0.0

Silverstripe SMTP Tester allows developers to test their site's SMTP configuration from the admin area.

  Sources   Download

GPL-3.0

The Requires

 

by Joe Chenevey

silverstripe smtp tester