Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
WFLOW-723 Migrate email to gmail again
Browse files Browse the repository at this point in the history
  • Loading branch information
SamPanDonte committed Dec 9, 2022
1 parent e8b94d4 commit 6d46354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ spring.jpa.show-sql=false
server.error.include-message=always
spring.sql.init.separator=^;
spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
spring.mail.host=ssl0.ovh.net
spring.mail.host=smtp.gmail.com
spring.mail.port=587
spring.mail.username=contact@vernite.dev
spring.mail.username=contact.vernite@gmail.com
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.connectiontimeout=5000
spring.mail.properties.mail.smtp.timeout=5000
Expand Down

0 comments on commit 6d46354

Please sign in to comment.