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