I am going to create a series of posts more as reference information to me and I hope somebody else can use the same information.
Amazon Web Services
Amazon Salesforce.com Toolkit
http://aws.amazon.com/solutions/global-solution-providers/salesforce/
http://aws.amazon.com/solutions/global-solution-providers/salesforce/
- When sending email using Amazon SES the email shows up sent from ”email-bounces.amazonses.com”. This is not an ideal situation because at first glance, users will thinks it’s spam. To remove this reference, Google recommends publishing an SPF record with the IPs of Amazon SES, and signing messages with DKIM – AWS: Developer Guide shows information about how to set up SPF and DKIM. (ref:https://forums.aws.amazon.com/thread.jspa?threadID=62733)
DKIM is what I think does it…. - To send text emails use Message.Body.Text.Data
- To send html emails use Message.Body.Html.Data
Comments
Post a Comment