Skip to content

Instantly share code, notes, and snippets.

@Calm-Rock
Calm-Rock / resend-macos-setup.sh
Created March 3, 2026 20:57
Bash script to set up Postfix or msmtp on macOS to send emails from the terminal using Resend SMTP.
#!/usr/bin/env bash
# =============================================================================
# resend-macos-setup.sh
# Sets up Postfix and/or msmtp on macOS to send email via Resend SMTP.
# https://resend.com
# =============================================================================
set -euo pipefail