Resources
Clients
Hosting providers
- eclipso
- Fastmail
- Gmail
- Google Workspace
- Infomaniak
- Microsoft 365
- Soverin
- Zoho Mail
Privacy-focused email hosting
- Posteo
- Proton Mail
- Tuta (previously Tutanota)
- StartMail
- mailbox.org
- Mailfence
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
Security tests
Cleanup tools
Link to original
- quentinsf/IMAPdedup - IMAP message de-duplicator
Development tools
- Mailpit - acts as a catch-all SMTP server, displaying all received messages using a web UI
Design
- Can I email… - support tables for HTML and CSS in emails
Workflow testing
Preview rendering
- Litmus
- Litmus PutsMail - free, fewer features
- Emailpreviewservices.com
- Email on Acid - email predeployment checklist
Deliverability
Sending services
- Twilio SendGrid
- Mailtrap
Analysis
FAQ
Compose mail from the commandline (Fedora)
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)
set asksub
set v15-compat
set mta=smtps://apikey:SENDGRID_APIKEY_GOES_HERE@smtp.sendgrid.net:465 smtp-auth=login
set from=SENDER_ADDRESS_GOES_HEREchmod 600 ~/.mailrcUsage
mail RECIPIENT_ADDRESS
# Type message here
# Press Ctrl+D to send, Ctrl+C to cancel