Skip to content

Instantly share code, notes, and snippets.

@momota10s
Created June 24, 2017 10:31
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 momota10s/7724c4db8f518350e6c932455f174c3e to your computer and use it in GitHub Desktop.
Save momota10s/7724c4db8f518350e6c932455f174c3e to your computer and use it in GitHub Desktop.
def test_mail(user)
email = mail(to: "hoge@example.com", subject: "ようこそ")
email.mailgun_options = {tag: "test_mail_tag"}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment