diff options
-rw-r--r-- | desktop.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop.org b/desktop.org index 49497e8..57d4a22 100644 --- a/desktop.org +++ b/desktop.org @@ -14,14 +14,14 @@ subjectPrefix = PATCH [sendemail] from = Thanos Apollo <[email protected]> - smtpserver = mail.gandi.net - smtpuser = [email protected] + smtpserver = smtp.fastmail.com + smtpuser = [email protected] smtpencryption = ssl smtpserverport = 465 annotate = yes - [credential "smtp://mail.gandi.net:465"] - helper = "!f() { echo [email protected]; echo \"password=$(pass show gandi/thanosapollo)\"; }; f" + [credential "smtp://smtp.fastmail.com"] + helper = "!f() { echo [email protected]; echo \"password=$(pass show fastmail.com/[email protected] | sed -n '/smtp:/,+3p')\"; }; f" #+end_src * Hyprland |