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.self | |
parent | update (diff) | |
download | scripts-64070ec37879c5aebae7db72abd40bdb4d491bd4.tar.gz scripts-64070ec37879c5aebae7db72abd40bdb4d491bd4.zip |
finally can send mail from my own email.
Diffstat (limited to '.mutt/account.self')
-rw-r--r-- | .mutt/account.self | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mutt/account.self b/.mutt/account.self index 0b33c94..71d3b72 100644 --- a/.mutt/account.self +++ b/.mutt/account.self @@ -4,7 +4,7 @@ unmailboxes * set from = 'devi@terminaldweller.com' set imap_user = 'devi@terminaldweller.com' source "gpg -d ~/scripts/mail.self.pass.gpg |" -set smtp_url = 'smtp://mail.terminaldweller.com:587/' +set smtp_url = 'smtp://devi@terminaldweller.com@mail.terminaldweller.com:587' set realname = 'farzad sadeghi' set folder = 'imaps://mail.terminaldweller.com:993' set spoolfile = '+INBOX' |