Skip to content

Instantly share code, notes, and snippets.

View chrissuperduper's full-sized avatar

Christopher Riding chrissuperduper

View GitHub Profile
@chrissuperduper
chrissuperduper / dotmuttrc
Created February 9, 2016 00:09 — forked from tristancollins/dotmuttrc
My dotmuttrc file for use with Fastmail
set from = "xxxxxxx"
set realname = "xxxxxxxx"
# Quick Settings
set my_server = mail.messagingengine.com
set my_user = xxxxxxxx
set my_pass = xxxxxxxx
# Account Information
set smtp_url = "smtp://$my_user:$my_pass@$my_server:587"