Browse Source

added instructions for testing

master
Mario Alegre 5 years ago
parent
commit
8a77438d64
  1. 10
      linux/mail/msmtp.md

10
linux/mail/msmtp.md

@ -32,3 +32,13 @@ since you will be putting a plaintext password in this config file, make sure it
``` ```
chmod og-r /etc/msmtprc chmod og-r /etc/msmtprc
``` ```
## test
you can test if you can connect to the server by running:
```
msmtp -Sd
```
or try sending yourself an email by running:
```
echo "this is a test" | mail -s "testing" youremail@yourdomain
```

Loading…
Cancel
Save