mutt with google email
i like checking my email with mutt and pine, but for this article i am posting the section of my .muttrc that lets me use my google mail (@pissedoffadmins.com for this example) :
set imap_user = "USER@pissedoffadmins.com"
set imap_pass = "PASSWORD"
set smtp_url = "smtp://USER@smtp.gmail.com:587/"
set smtp_pass = "PASSWORD"
set from = "USER@pissedoffadmins.com"
set realname = "USER"
set folder = "imaps://imap.gmail.com:993"
just change all the uppercase parts to what you need it set to.
since i do not have profiles configured yet i set up aliases in my bashrc to open mutt using the -F flag.
my .muttrc in github
my .bashrc in github
Leave a Reply