add newlines

This commit is contained in:
Christoph Haas 2025-11-09 22:30:56 +01:00
parent 5bf9c487f4
commit 0f4d71fd5f

View file

@ -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
```