Skip to content

Community fork of Amazon's AWS SES (Simple Email Service) Perl framework. Contains important compatibility and integration improvements.

License

Notifications You must be signed in to change notification settings

neosmart/nst-ses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nst-ses is a fork of the Amazon Simple Email Service developer tools,
developed and maintained by Mahmoud Al-Qudsi <mqudsi@neosmart.net> of
NeoSmart Technologies <http://neosmart.net/>

The original Amazon SES framework can be downloaded at
http://aws.amazon.com/developertools/Amazon-SES/8945574369528337

Improvements:

* All "From:" email addresses are converted to lower case. SES
verification of emails is case-sensitive, and multiple permutations of
the same email must be individually verified.

* Removes any email headers not supported by Amazon SES. These include
things like "Auto-Submitted" header (RFC 3834), which many webapps will
prepend to emails though it is not supported by Amazon SES. See
http://j.mp/SesHeaders for full list of supported headers.

* Removes any duplicate incoming headers. SES will error out if certain
keys are duplicated (e.g. Subject, MIME-Version, etc).

To-Do:

* Check if there are any email headers that *may* be safely duplicated
without triggering an SES error, instead of indiscriminately
de-duplicating everything.

About

Community fork of Amazon's AWS SES (Simple Email Service) Perl framework. Contains important compatibility and integration improvements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages