blob: 060957d060bb91e24429fda37eeb954dd7cc4640 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
## Name
Mail - Serenity e-mail client
[Open](file:///bin/Mail)
## Synopsis
```**sh
$ Mail
```
## Description
Mail is an e-mail client for Serenity. It can connect to real e-mail servers.
Currently, a configuration file is required. This must be stored in `~/.config/Mail.ini`
See the Examples section for an example configuration file.
## Examples
`~/.config/Mail.ini`:
```ini
[Connection]
Server=email.example.com
Port=993
TLS=true
[User]
Username=test@example.com
Password=Example1
```
```sh
$ Mail
```
|