Skip to content

Instantly share code, notes, and snippets.

@kazmura11
Created April 12, 2014 22:40
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 kazmura11/10560433 to your computer and use it in GitHub Desktop.
Save kazmura11/10560433 to your computer and use it in GitHub Desktop.
mail.host = smtp.gmail.com # smtp.hostと同じものを設定
mail.smtp.host = smtp.gmail.com
mail.smtp.port = 587
mail.smtp.auth = true
mail.smtp.starttls.enable = true
mail.encoding = ISO-2022-JP
mail.template = ./src/resources/mail_template
mail.template.encoding = UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment