This commit is contained in:
Jens Diemer 2022-04-16 12:23:44 +02:00 committed by GitHub
commit 7168946b12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,13 @@ Your SMTP relay is now configured!
### Step 4: Check your setup
You can check your setup by sending emails and try if everything works.
You can check your setup by sending emails and try if everything works. Log into your YunoHost server using SSH and send a test email and check the logs, e.g.:
```bash
ssh admin@yourdomain.tld
echo "Subject: Yunohost sendmail test" | sendmail -v your@external-email-address.tld
tail /var/log/mail.log
```
Some of the SMTP relay will give you insights about the emails you send so that can also be a good way to check that everythings works as needed.
Of course, you can always have a try with [mail-tester.com](https://www.mail-tester.com/) to check for any problem or discrepancy.