We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72518dc commit d384418Copy full SHA for d384418
server/api-service/lowcoder-server/src/main/resources/application-lowcoder.yml
@@ -10,8 +10,19 @@ spring:
10
allow-bean-definition-overriding: true
11
allow-circular-references: true
12
mail:
13
- host: smtp.freesmtpservers.com
14
- port: 25
+ host: smtp.gmail.com
+ port: 587
15
+ username: yourmail@gmail.com
16
+ password: yourpass
17
+ properties:
18
+ mail:
19
+ smtp:
20
+ auth: true
21
+ starttls:
22
+ enable: true
23
+ required: true
24
+ transport:
25
+ protocol: smtp
26
27
server:
28
compression:
0 commit comments