fastmail

Installation
SKILL.md

Fastmail Integration

Send emails through Fastmail using SMTP.

Setup

  1. Get Fastmail app password: Settings → Privacy & Security → App Passwords → New
  2. Store credentials:
    mkdir -p ~/.config/fastmail
    echo 'you@fastmail.com:xxxx-app-password-xxxx' > ~/.config/fastmail/creds
    chmod 600 ~/.config/fastmail/creds
    

Usage

Installs
1
First Seen
Mar 10, 2026
fastmail — notabanker/codexclawd