Skip to content

Commit

Permalink
Notifications mail a la confirmation de la commande #20 - correction …
Browse files Browse the repository at this point in the history
…smtp ssl trust
  • Loading branch information
benjaminpochat committed Jul 30, 2024
1 parent 3ee3ed8 commit ed97dd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class EmailService {
@Value("${SMTP_START_TLS:true}")
private boolean startTls;

@Value("${SMTP_SSL_TRUST:unknown}")
@Value("${SMTP_SSL_TRUST:smtp.gmail.com}")
private String sslTrust;

@Value("${EMAIL_DISABLED:true}")
Expand Down

0 comments on commit ed97dd7

Please sign in to comment.