Email Utilities

Test Emails

Send a development email to one or multiple recipients.

Back
Instructions
Configure your SMTP settings in your environment variables. Then use the form to send a test email.

Required Environment Variables:

SMTP_HOST="smtp.yourprovider.com"
SMTP_PORT="587" # 465 for SSL
SMTP_SECURE="false" # true if using port 465
# SMTP authentication (if required by your provider)
SMTP_USER="your-smtp-username"
SMTP_PASS="your-smtp-password"
# From address for outgoing emails
EMAIL_FROM="[email protected]"

Usage Tips:

• Enter multiple recipients separated by commas.

• Toggle the sample template to preview a styled transactional email.

• This tool is intended for local/staging testing.

Test Resend Emails
Enter one or multiple comma-separated emails to send a test message.