Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update nullmailer
authored
Aug 11, 2022
by
rizzle
Hide whitespace changes
Inline
Side-by-side
tutorials/nullmailer.md
View page @
9358ee9e
...
@@ -76,6 +76,12 @@ If you specify an email address in this file, then all mails have this address a
...
@@ -76,6 +76,12 @@ If you specify an email address in this file, then all mails have this address a
from@example.com
from@example.com
```
```
# Check sending an email
```
echo "error" | NULLMAILER_NAME="Testsystem check" mail -s "This is just a test with nullmailer" "target-email-address@your-domain.net"
```
# Further documentation
# Further documentation
http://www.troubleshooters.com/linux/nullmailer/
http://www.troubleshooters.com/linux/nullmailer/