commit be09dd3137610e35c9468d811dea3c09c3cb5bb3
parent 6d6d1149183a1aaa934510d68674342a96e38526
Author: Anton Konyahin <me@konyahin.xyz>
Date: Sun, 17 Sep 2023 10:17:07 +0300
mutt: fix smtp url
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mutt/.config/mutt/muttrc b/mutt/.config/mutt/muttrc
@@ -61,7 +61,7 @@ unset mark_old
# Settings for my mailbox
set folder = ~/data/mail/fastmail
-set smtp_url = "smtps://me@konyahin.xyz@mail.konyahin.xyz:465"
+set smtp_url = "smtp://me@konyahin.xyz@mail.konyahin.xyz:25"
set smtp_pass = "`pass mail/epik/password`"
set from = "me@konyahin.xyz"
set realname = "Anton Konyahin"