Skip to content

Email

  • Addy.io
  • Fastmail supports masked addresses, optionally integrated with 1Password
  • Forward Email
  • ImprovMX
  • SimpleLogin supports masked addresses, optionally integrated with Proton Mail
  • Mailpit - acts as a catch-all SMTP server, displaying all received messages using a web UI

This will install s-nail, a commandline “MUA” (Mail User Agent) with built-in SMTP (“MTA”) capability:

Terminal window
sudo dnf install mailx

The command mail will become a symlink to s-nail. Better verify this using:

Terminal window
ll -ld $(which mail)
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_HERE
Terminal window
chmod 600 ~/.mailrc
Terminal window
mail RECIPIENT_ADDRESS
# Type message here
# Press Ctrl+D to send, Ctrl+C to cancel