config/environments/development.rb ã«ä»¥ä¸ãæ¸ãã ãã config.action_mailer.default_url_options = { :host => "localhost", :port => 3000 } config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { :address => "smtp.gmail.com", :port => 587, :domain => 'example.com', :user_name => "[email protected]", :password => "PASSWORD", :authentication => 'plain', :enable_starttls_auto => true, }
{{#tags}}- {{label}}
{{/tags}}