Skip to content

Commit 982f059

Browse files
committed
update mail documentation
1 parent 20dd83a commit 982f059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/mail/client.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,20 +131,20 @@ certificates:
131131
Instead of connecting to localhost, choose a custom domain name and map it to 127.0.0.1 in your hosts file.
132132

133133
**macOS/Linux:**
134-
```
134+
```bash
135135
sudo nano /etc/hosts
136136
127.0.0.1 mail.mokapi.local
137137
```
138138

139139
**Windows:**
140-
```
140+
```bash
141141
notepad C:\Windows\System32\drivers\etc\hosts
142142
127.0.0.1 mail.mokapi.local
143143
```
144144

145145
Then update the Mokapi configuration to use the domain and the secure IMAP port:
146146

147-
```
147+
```yaml
148148
servers:
149149
imap:
150150
host: mail.mokapi.local:993

0 commit comments

Comments
 (0)