Skip to content

Commit 8f0e63c

Browse files
8ctopuszeripath
authored andcommitted
Doc added how to setup email (#8520)
1 parent 50b66b6 commit 8f0e63c

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/content/doc/usage/email-setup.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
25+
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" >}})

0 commit comments

Comments
 (0)