Skip to main content

Amazon Helper

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
  • 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

Popular posts from this blog

Override Name in the Salesforce Cloud Console

Service Cloud Console HyperLink Opens new window outside of the console, Opens new tab inside the console. HYPERLINK("javascript:if(typeof(srcUp)=='function') {srcUp('/" & Id & "?isdtp=vw');}"+ " else {window.location.href='/" & Id & "'}", User__r.FirstName + ' ' + User__r.LastName, "_self" ) Checks if the srcUp exists and if it does, you're in the console.