Skip to content

Instantly share code, notes, and snippets.

@mike-burns
Last active December 23, 2022 14:56
Show Gist options
  • Save mike-burns/986fae26fd1fdb331b59 to your computer and use it in GitHub Desktop.
Save mike-burns/986fae26fd1fdb331b59 to your computer and use it in GitHub Desktop.
FastMail + mutt
account default
host mail.messagingengine.com
port 587
protocol smtp
auth on
from [email protected]
user [email protected]
password topsecretpassword!
tls on
tls_nocertcheck
set from = "Mike Burns <[email protected]>"
set imap_user="[email protected]"
set imap_pass="secret password!"
set spoolfile="imaps://mail.messagingengine.com"
set folder="imaps://mail.messagingengine.com/INBOX"
set record="+Sent Items"
set postponed="+Drafts"
set read_inc=1000
set write_inc=1000
set mbox="+Archive"
set mail_check = 5
@lxjv
Copy link

lxjv commented Dec 23, 2022

new link as the old one from @/ gtirloni is now broken https://www.fastmail.help/hc/en-us/articles/1500000279921-IMAP-POP-and-SMTP#fmservers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment