Skip to content

nodanaonlyzuul/SESChange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Repository has little use.

Amazon’s console now supports SES and has every feature this app does. This app is only useful if you’re looking to embed it as rack middleware in another app.

SESChange is a Sinatra app to monitor your SES account activity.

Amazon Simple Email Service is a way for your application to send transactional email cheaply. Amazon puts funky restrictions on your initial send rate and transaction limits.

If you want to know where you stand, without resorting to the command line – best get yourself a’SESChange.

Features

  • Heads up of your current sending limit and sending rate.
  • Heads up and graphs of Delivery Attempts, Bounces, Rejects and Complaints
  • List of “Verified” email addresses

Coming up (hopefully)

  • Nicer presentation
  • Ability to run as rack middleware with simple http auth

Screenshots

How To Get your SESChange

  1. clone, or otherwise download a copy of SESChange
  2. plug your AWS credentials into settings/s3_credentials.yml.example and copy it to settings/s3_credentials.yml
  3. Go into your project root and $ ruby ses_change.rb

Gem Dependencies

  • rubygems
  • sinatra
  • aws/ses
  • erb

About

A sinatra app to monitor your SES account activity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages