add newlines
This commit is contained in:
parent
5bf9c487f4
commit
0f4d71fd5f
1 changed files with 5 additions and 5 deletions
|
|
@ -311,11 +311,11 @@ You could either just send an email from your mail client (or Roundcube) through
|
|||
address. Or you could use swaks. Use your own addresses and password of course:
|
||||
|
||||
```sh title="Run this on your server"
|
||||
swaks --server localhost:587
|
||||
--from some.address@example.org
|
||||
--to some.external.address@example.net
|
||||
-tls
|
||||
--auth-user some.address@example.org
|
||||
swaks --server localhost:587 \
|
||||
--from some.address@example.org \
|
||||
--to some.external.address@example.net \
|
||||
-tls \
|
||||
--auth-user some.address@example.org \
|
||||
--auth-password your_secreet_password
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue