エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
意外と簡単だった https://gist.github.com/kosaki/9864928 require 'mail' Mail.defaults do options =... 意外と簡単だった https://gist.github.com/kosaki/9864928 require 'mail' Mail.defaults do options = { :address => "smtp.gmail.com", :port => 587, :user_name => 'kosaki.motohiro', :password => 'パスワード', :authentication => 'plain', :enable_starttls_auto => true } delivery_method :smtp, options end mail = Mail.new do from 'kosaki.motohiro@gmail.com' to 'kosaki.motohiro@gmail.com' subject 'ruby mail test' body '