search for: sendgrid_password

Displaying 1 result from an estimated 1 matches for "sendgrid_password".

2013 Nov 13
2
Cannot receive from specified address Unauthenticated senders not allowed
...tion_mailer.smtp_settings = { :address => ''smtp.sendgrid.net'', :port => ''587'', :authentication => :plain, :user_name => ENV[''SENDGRID_USERNAME''], :password => ENV[''SENDGRID_PASSWORD''], :domain => ''xyz.com'' } config.action_mailer.delivery_method = :smtp config.action_mailer.raise_delivery_errors = true config.action_mailer.default :from => "xyz Help <help-+zpghU0kKgY@public.gmane.org>" config.mai...