Skip to content

Commit

Permalink
Use more secure email setting
Browse files Browse the repository at this point in the history
  • Loading branch information
marwahaha committed Oct 27, 2023
1 parent cd63c88 commit ac5b13f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/action_mailer.rb
Expand Up @@ -6,6 +6,7 @@
:address => "smtp.sendgrid.net",
:port => "587",
:domain => Settings::HOST,
:enable_starttls_auto => true,
:authentication => :plain,
:user_name => Settings::SENDGRID_USERNAME,
:password => Settings::SENDGRID_PASSWORD
Expand Down

0 comments on commit ac5b13f

Please sign in to comment.