Files
spring-integration-extensions/samples/mail-ses
Gunnar Hillert 897fc0e9b4 INTEXT-6 - Add AWS SES Samples
* Add SES JavaMailSender Sample
* Add SES Spring Integration Sample
* Refactor DefaultAmazonSESMailSender to implement JavaMailSender and delegate to JavaMailSenderImpl rather than extending it
* Cleanup
2013-01-17 17:26:36 -05:00
..
2013-01-17 17:26:36 -05:00
2013-01-17 17:26:36 -05:00
2013-01-17 17:26:36 -05:00

AWS SES MailSender sample

This sample uses a Spring-provided JavaMailSender to send emails. This application demonstrates that by only replacing the JavaMailSender XML bean declaration with the DefaultAmazonSESMailSender, existing applications can send emails using Amazon SES without changing application code. The DefaultAmazonSESMailSender is provided by the Spring Integration Extensions AWS Module.