diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-03 18:02:54 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-03 18:02:54 +0000 |
commit | 64070ec37879c5aebae7db72abd40bdb4d491bd4 (patch) | |
tree | 0463fe83b64546e44410f7e57b61811e796337c8 /.mutt/account.gmail | |
parent | update (diff) | |
download | scripts-64070ec37879c5aebae7db72abd40bdb4d491bd4.tar.gz scripts-64070ec37879c5aebae7db72abd40bdb4d491bd4.zip |
finally can send mail from my own email.
Diffstat (limited to '')
-rw-r--r-- | .mutt/account.gmail | 2 |
1 files changed, 1 insertions, 1 deletions
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' |