Resources
Section titled “Resources”Clients
Section titled “Clients”- Outlook
- MailMate
- Mutt
- The Bat!
- Gmail
- eM Client
- Thunderbird
Hosting providers
Section titled “Hosting providers”- eclipso
- Fastmail
- Gmail
- Google Workspace
- Infomaniak
- Microsoft 365
- Soverin
- Zoho Mail
Privacy-focused email hosting
Section titled “Privacy-focused email hosting”- Posteo
- Proton Mail
- Tuta (previously Tutanota)
- StartMail
- mailbox.org
- Mailfence
Forwarding/aliases
Section titled “Forwarding/aliases”- Addy.io
- Fastmail supports masked addresses, optionally integrated with 1Password
- Forward Email
- ImprovMX
- SimpleLogin supports masked addresses, optionally integrated with Proton Mail
One-time inboxes
Section titled “One-time inboxes”Cleanup tools
Section titled “Cleanup tools”- quentinsf/IMAPdedup - IMAP message de-duplicator
- Mailpit - acts as a catch-all SMTP server, displaying all received messages using a web UI
Design
Section titled “Design”- Can I email… - support tables for HTML and CSS in emails
Workflow testing
Section titled “Workflow testing”Preview rendering
Section titled “Preview rendering”- Litmus
- Litmus PutsMail - free, fewer features
- Emailpreviewservices.com
- Email on Acid - email predeployment checklist
Deliverability
Section titled “Deliverability”Sending services
Section titled “Sending services”- Twilio SendGrid
- Mailtrap
Analysis
Section titled “Analysis”Compose mail from the commandline (Fedora)
Section titled “Compose mail from the commandline (Fedora)”Installation (once)
Section titled “Installation (once)”This will install s-nail, a commandline “MUA” (Mail User Agent) with built-in SMTP (“MTA”) capability:
sudo dnf install mailxThe command mail will become a symlink to s-nail. Better verify this using:
ll -ld $(which mail)Configuration (once)
Section titled “Configuration (once)”set asksubset v15-compatset mta=smtps://apikey:SENDGRID_APIKEY_GOES_HERE@smtp.sendgrid.net:465 smtp-auth=loginset from=SENDER_ADDRESS_GOES_HEREchmod 600 ~/.mailrcmail RECIPIENT_ADDRESS# Type message here# Press Ctrl+D to send, Ctrl+C to cancel