Skip to content

owindsor/silverstripe-ses

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SilverStripe SES Mailer

After installing the module, add configuration similar to the following to enable the mailer

---
Name: AWSConfig
---
Injector:
  SESMailer:
    constructor:
      config:
        key: EnterKey
        secret: EnterSecret
        region: us-west-2

Add the following to your project _config.php to enable it

$mailer = Injector::inst()->get('SESMailer');
Email::set_mailer($mailer);

About

SES mail integration for SilverStripe

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%