Skip to content

Instantly share code, notes, and snippets.

@mike-burns
Last active December 23, 2022 14:56
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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 mike@mike-burns.com
user mikeburns@fastmail.fm
password topsecretpassword!
tls on
tls_nocertcheck
set from = "Mike Burns <mike@mike-burns.com>"
set imap_user="mikeburns@fastmail.fm"
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
@gtirloni
Copy link

gtirloni commented May 2, 2018

Just a heads up that the server names have changed.

smtp.fastmail.com
imap.fastmail.com

https://www.fastmail.com/help/technical/servernamesandports.html?u=d4d140b2

@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