Skip to content

Instantly share code, notes, and snippets.

@MeenakshiNaik
Created April 5, 2016 10:14
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save MeenakshiNaik/55f02e3f3e9989d51a84402b01aa5096 to your computer and use it in GitHub Desktop.
Class SesMailer < ActionMailer::Base
default from: 'test@example.com'
def welcome
mail(to:'somebody@email.com', subject: 'I emailed from AmazonSES!')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment