DESCRIPTION

This transport sends mail by sending it via Amazon::SES.

To specify the parameters look at Amazon::SES

my $sender = Email::Sender::Transport::Sendmail->new(access_key => 'test', secret_key => 'asdf');
#or
my $sender = Email::Sender::Transport::Sendmail->new(use_iam_role => 1);

AUTHOR

Rusty Conover rusty@luckydinosaur.com

COPYRIGHT AND LICENSE

Copyright (C) 2014 Lucky Dinosaur, LLC. http://www.luckydinosaur.com

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.