Skip to content

Instantly share code, notes, and snippets.

@omar-yassin
Created May 17, 2013 20:57
Show Gist options
  • Save omar-yassin/5601913 to your computer and use it in GitHub Desktop.
Save omar-yassin/5601913 to your computer and use it in GitHub Desktop.
GoogleAps/GMail: SMTP IMAP Setup: ~/.muttrc
set realname = "Your Name"
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed="+[Gmail]/Drafts"
set header_cache=~/.mutt/cache/headers
set message_cachedir=~/.mutt/cache/bodies
set certificate_file=~/.mutt/certificates
set imap_user = "email@mydomain.com"
set imap_pass = "pass"
set smtp_url = "smtp://email@mydomain.com:pass@smtp.gmail.com:587/"
set from = "email@mydomain.com"
set move = no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment