Skip to content

Commit

Permalink
Fix smtp username for use with SendGrid (#21)
Browse files Browse the repository at this point in the history
According to https://app.sendgrid.com/guide/integrate/langs/smtp the username should be 'apikey'
  • Loading branch information
michielbdejong authored Apr 17, 2024
1 parent a3b5114 commit cecf617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"logger": {
"smtp": {
"host": "smtp.sendgrid.net",
"username": "tosdr-bot"
"username": "apikey"
},
"sendMailOnError": {
"to": "[email protected]",
Expand Down

0 comments on commit cecf617

Please sign in to comment.