File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ date : " 2019-10-15T10:10:00+05:00"
3
+ title : " Usage: Email setup"
4
+ slug : " email-setup"
5
+ weight : 12
6
+ toc : true
7
+ draft : false
8
+ menu :
9
+ sidebar :
10
+ parent : " usage"
11
+ name : " Email setup"
12
+ weight : 12
13
+ identifier : " email-setup"
14
+ ---
15
+
16
+ # Email setup
17
+
18
+ - To use Gitea's built-in Email support, update the ` app.ini ` config file [ mailer] section:
19
+
20
+ ``` ini
21
+ [mailer]
22
+ ENABLED = true
23
+ HOST = mail.mydomain.com:587
24
+ FROM = gitea@mydomain.com
25
+ USER = gitea@mydomain.com
26
+ PASSWD = `password`
27
+ ```
28
+
29
+ - Restart Gitea for the configuration changes to take effect.
30
+
31
+ - To send a test email to validate the settings, go to Gitea > Site Administration > Configuration > SMTP Mailer Configuration.
32
+
33
+ For the full list of options check the [ Config Cheat Sheet] ({{< relref "doc/advanced/config-cheat-sheet.en-us.md" >}})
You can’t perform that action at this time.
0 commit comments