Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/rt-extension-aws-ses
https://github.com/bestpractical/rt-extension-aws-ses
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rt-extension-aws-ses
- Owner: bestpractical
- Created: 2013-08-26T10:15:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-26T10:18:21.000Z (over 11 years ago)
- Last Synced: 2023-04-13T18:31:28.777Z (over 1 year ago)
- Language: Perl
- Homepage: http://metacpan.org/release/rt-extension-aws-ses
- Size: 125 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
NAME
RT::Extension::AWS::SES - Amazon Simple Email Service (SES)
compatibilityDESCRIPTION
Amazon Simple Email Service (SES) () is a
highly scalable and cost-effective bulk and transactional email-sending
service for businesses and developers. Part of Amazon web services (AWS)
infrastructure.This RT extension helps overcome some restrictions of SES.
Email headers
SES restricts email headers to RFC822, everything else should be
prefixed with 'X-'. This is not required by newer RFCs that obsolete
RFC822, but RFC822 is still called standard while the rest are proposals
or drafts.List of allowed headers you can find in documentation -
.For RT this means that some fields will be prefixed with "X-" prefix,
for example "RT-Ticket". This may be important to recipients who use
such headers for automation.AUTHOR
Ruslan ZakirovLICENSE
Under the same terms as perl itself.