summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2021-08-14 11:01:32 -0500
committerDanny Holman <dholman@gymli.xyz>2021-08-14 11:22:57 -0500
commit84aabcc3da35b6c975b2d95f863f61bc9884cb35 (patch)
tree5ae4a5bdb1e0b8c7891540ae1ef5061f41f6d740 /.mutt
parent08527b62790f98e4d4dc810ea0817afcfd14e517 (diff)
Update TTU email address
Update my TTU email in .muttrc.
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/tech8
1 files changed, 5 insertions, 3 deletions
diff --git a/.mutt/tech b/.mutt/tech
index 675909d..df00287 100644
--- a/.mutt/tech
+++ b/.mutt/tech
@@ -1,5 +1,5 @@
## IMAP
-set imap_user = dsholman42@students.tntech.edu
+set imap_user = dsholman42@tntech.edu
set imap_pass = `pass tntech.edu/dsholman42`
set folder = imaps://outlook.office365.com
set spoolfile = +INBOX
@@ -9,11 +9,13 @@ unmailboxes *
mailboxes =INBOX =Drafts "=Sent Items" "=Deleted Items"
## SMTP
-set smtp_url = smtp://$imap_user:$imap_pass@smtp.office365.com
+set smtp_url = smtp://$imap_user@outlook.office365.com
+set smtp_pass = $imap_pass
set realname = "Danny Holman"
set from = $imap_user
set ssl_force_tls = yes
+set smtp_authenticators = "login"
set ssl_starttls
## Hook
-account-hook $folder "set imap_user=dsholman42@students.tntech.edu imap_pass=`pass tntech.edu/dsholman42`"
+account-hook $folder "set imap_user=dsholman42@tntech.edu imap_pass=`pass tntech.edu/dsholman42`"