Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created November 9, 2019 16:21
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 bodrovis/2e57d46efde3776a056c1c285e45dae0 to your computer and use it in GitHub Desktop.
Save bodrovis/2e57d46efde3776a056c1c285e45dae0 to your computer and use it in GitHub Desktop.
class PostMailer < ApplicationMailer
def notify(post)
@post = post
mail to: 'example@example.com'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment