Displaying 1 result from an estimated 1 matches for "sendgrid_usernam".
Did you mean:
sendgrid_username
2013 Nov 13
2
Cannot receive from specified address Unauthenticated senders not allowed
...ult_url_options = {:host =>''xyz.com''}
config.action_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 => &quo...