Skip to content

hangya/mw-ses-mailer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

SesMailer

About

The SesMailer extension uses the AlternateUserMailer hook to send emails with Amazon SES API, instead of php mail() or PEAR SMTP classes.

Installation

  1. Add AWS SDK with composer
  2. Copy SesMailer folder into extensions folder of your MediaWiki instance
  3. To enable the extension and set your credentials, add the following lines to your LocalSettings.php:
wfLoadExtension("SesMailer");
$wgSesMailerRegion = "eu-west-1"; // AWS Region
$wgSesMailerKey = "xxx"; // Access Key ID for IAM user with ses:SendEmail permission
$wgSesMailerSecret = "xxx"; // Secret Access Key

Credit

A similar plugin for Question2Answer: qa-mail-ses

About

MediaWiki extension to use Amazon SES API to send emails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages