Skip to content

Instantly share code, notes, and snippets.

@momota10
Created June 24, 2017 10:31
Show Gist options
  • Save momota10/7724c4db8f518350e6c932455f174c3e to your computer and use it in GitHub Desktop.
Save momota10/7724c4db8f518350e6c932455f174c3e to your computer and use it in GitHub Desktop.
def test_mail(user)
email = mail(to: "[email protected]", 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