diff options
author | awy <awy@awy.one> | 2025-08-16 17:38:41 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-16 17:38:41 +0300 |
commit | 2f233ca560720f1fb48616f2dadfbc3871078a0f (patch) | |
tree | 4ec8efc57c7da3295861131a0437d78838ff05b0 /share/msmtp-temp | |
parent | 4a773aa74bd9da4ff609eafbacc504661d33705c (diff) |
Diffstat (limited to 'share/msmtp-temp')
-rw-r--r-- | share/msmtp-temp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/msmtp-temp b/share/msmtp-temp index 7333437..e1a5258 100644 --- a/share/msmtp-temp +++ b/share/msmtp-temp @@ -3,7 +3,7 @@ host $smtp port $sport from $fulladdr user $login -passwordeval "pass $passprefix$fulladdr" +passwordeval "gopass $passprefix$fulladdr" auth on tls on tls_trust_file $sslcert |