fastmail
Installation
SKILL.md
Fastmail Integration
Send emails through Fastmail using SMTP.
Setup
- Get Fastmail app password: Settings → Privacy & Security → App Passwords → New
- Store credentials:
mkdir -p ~/.config/fastmail echo 'you@fastmail.com:xxxx-app-password-xxxx' > ~/.config/fastmail/creds chmod 600 ~/.config/fastmail/creds