Email Service for Salesforce with Amazon SES

Key Information

Register
Submit
The challenge is finished.

Challenge Overview

These are not all of the requirements and we are leaving this challenge somewhat open to see what you can come up with. The final implementation details of your application are not set in stone. Feel free to tweak some of our ideas based upon your implementation. Be creative and use as many SES features as possible. Another cool implementation would be to create an interface with at pluggable interface for SES or SendGrid.

Create two custom objects to hold the email to be sent. The objects should mimic the functionality of the SES API��and may need to modified or have additional field a upon your solution and SES configuration.��

AMS_Email__c
To__c
From__c
CC__c
BCC__c
Reply_To__c
Subject__c

The attachments that will be sent out are stored as actual Salesforce Attachment records. You application will have to fetch the actual document and sent it as an email attachment.

AMS_Email_Attachment__c
AMS_Email__c (master:detail)
Attachment__c (the ID��of the attachment record to be sent)

You application must be written in Java and hosted on heroku.

REVIEW STYLE:

Final Review:

Community Review Board

Approval:

User Sign-Off

SHARE:

ID: 30037420