From 64070ec37879c5aebae7db72abd40bdb4d491bd4 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 3 Apr 2022 22:32:54 +0430 Subject: finally can send mail from my own email. --- .mutt/account.gmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mutt/account.gmail') diff --git a/.mutt/account.gmail b/.mutt/account.gmail index 3f0ebf0..ca53300 100644 --- a/.mutt/account.gmail +++ b/.mutt/account.gmail @@ -4,7 +4,7 @@ unmailboxes * set from = 'thabogre@gmail.com' set imap_user = 'thabogre@gmail.com' source "gpg -d ~/scripts/mail.gmail.pass.gpg |" -set smtp_url = 'smtp://thabogre@smtp.gmail.com:587/' +set smtp_url = 'smtp://thabogre@smtp.gmail.com:587' set realname = 'farzad sadeghi' set folder = 'imaps://imap.gmail.com:993' set spoolfile = '+Inbox' -- cgit v1.2.3