Skip to content

Instantly share code, notes, and snippets.

@demoore
Created September 30, 2014 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save demoore/61da744c44929ba8467a to your computer and use it in GitHub Desktop.
Save demoore/61da744c44929ba8467a to your computer and use it in GitHub Desktop.
require 'sendwithus_ruby_action_mailer'
module SomeModule
class Notifier < SendWithUsMailer::Base
def welcome
mail(
email_id: 'tem_RpQWPHNNuUoekvKEPEo',
recipient_address: 'moore.dylan@gmail.com',
from_name: 'Wut',
from_address: 'person@somewhere.com',
reply_to: 'reply@tome.com',
)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment