email - mail is not sent by device rails 4 -


enter image description herei 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

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -