diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-11-30 17:24:01 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-07 14:23:42 +0100 |
| commit | 4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f (patch) | |
| tree | 99de1c0323d87fc798bafacdd5c04f7566322da4 /.config/msmtp | |
| download | config-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.tar.gz config-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.zip | |
Initial commit
Diffstat (limited to '.config/msmtp')
| -rw-r--r-- | .config/msmtp/config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config new file mode 100644 index 0000000..9426fd1 --- /dev/null +++ b/.config/msmtp/config | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | account mailbox.org | ||
| 2 | host smtp.mailbox.org | ||
| 3 | port 465 | ||
| 4 | tls on | ||
| 5 | tls_starttls off | ||
| 6 | auth on | ||
| 7 | user sebastiano@tronto.net | ||
| 8 | passwordeval cat ~/.ssh/mailbox.org | ||
| 9 | from sebastiano@tronto.net | ||
| 10 | |||
| 11 | account default: mailbox.org | ||
