Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahrenstein/amazonsestester
This is a simple Windows Forms application to test connectivity/access to an Amazon SES account
https://github.com/ahrenstein/amazonsestester
Last synced: 19 days ago
JSON representation
This is a simple Windows Forms application to test connectivity/access to an Amazon SES account
- Host: GitHub
- URL: https://github.com/ahrenstein/amazonsestester
- Owner: ahrenstein
- License: agpl-3.0
- Created: 2015-06-17T13:30:04.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2020-07-08T21:14:48.000Z (over 4 years ago)
- Last Synced: 2024-05-02T01:22:49.055Z (9 months ago)
- Language: C#
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Amazon SES Tester
==============
This is a simple Windows Forms application that will let you test connectivity and access to your Amazon SES account from the server/workstation you run this application from.Purpose
------------
The purpose of this application is to verify that you have:1. The correct Amazon SES credentials/settings
2. Connectivity to Amazon SES from your current network location (i.e. No firewall rules in the way)
3. The domain you try to send mail from is verified by AmazonRequirements
------------
1. Windows (deal with it)
1. .Net Framework 4.5
2. Visual Studio 2013 (or the compiled download from https://github.com/ahrenstein/AmazonSESTester/releases)Installation Tips
------------
There is no installer since this is a single executable file.Limitations
------------
1. Windows is required, so if you want to test Amazon SES from a linux or other non-Windows server, you will need to use something else.Known Issues
------------
1. None so far :)Bug Fixes & Changes
------------1. v1.0.17098 build 5696
1. Fixed a typo in the us-east-1 domain.
2. v1.0.26677 build 5645
1. Initial releaseUse Cases
------------
Testing your connectivity and authorization to use Amazon SES. I originally wrote this for use at work since I needed to do quite a bit of firewall testing and I was tired of configuring full services just to test e-mail.