Skip to content

Commit

Permalink
Set spring mail property to use smtp auth
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jul 11, 2024
1 parent c286da4 commit fbd7232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/main/resources/config/application.properties.dev
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ dataExportMaxThreads=4
dataExportMaxTaskLifeTime=30000
dataExportPath=/tmp
dataExportMaxItemsPerExport=1000000

spring.mail.properties.mail.smtp.auth=true

0 comments on commit fbd7232

Please sign in to comment.