email - mail is not sent by device rails 4 -
i using device confirmation , forget password mail not sent. have apply code
devise.rb config.mailer = 'devise::mailer' developement.rb config.action_mailer.default_url_options = { :host => "localhost:3000" } config.action_mailer.delivery_method = :smtp config.action_mailer.perform_deliveries = true config.action_mailer.smtp_settings = { :address ![enter image description here][2] => 'smtp.gmail.com', :port => 458, :domain => 'gmail.com', :user_name => 'xyz@gmail.com', :password => '123456', :authentication => 'plain', :enable_starttls_auto => true }
smtp working find in others project. please suggest me wrong
please update port :458 :port => 587
Comments
Post a Comment