Setting Up Outbound Email (SMTP)
To send email from your custom domain address, you need to configure SMTP in your email application. This is a one-time setup.
What You'll Need
- Your email address (e.g.
hello@yourdomain.com) - Your SMTP password (provided to you separately)
SMTP Server Settings
| Setting | Value |
|---|---|
| Server | smtp.forwardemail.net |
| Port | 465 |
| Security | SSL/TLS |
| Username | Your full email address |
| Password | Your generated SMTP password |
Setup by App
Outlook (Desktop & Web)
- Go to Settings → Mail → Sync email (web) or File → Account Settings (desktop)
- Select your account and find the Outgoing mail (SMTP) section
- Enter the settings:
- Server:
smtp.forwardemail.net - Port:
465 - Encryption method: SSL/TLS
- Username: Your full email address
- Password: Your SMTP password
- Server:
- Save and send a test email
Apple Mail (macOS)
- Open Mail → Settings (or Preferences) → Accounts
- Select your account, then click Server Settings
- Under Outgoing Mail Server (SMTP), uncheck Automatically manage connection settings
- Enter the settings:
- Host Name:
smtp.forwardemail.net - Port:
465 - Use TLS/SSL: Checked
- Username: Your full email address
- Password: Your SMTP password
- Host Name:
- Click Save and send a test email
iOS (iPhone / iPad)
- Go to Settings → Mail → Accounts
- Select your account, then tap Account → SMTP (under Outgoing Mail Server)
- Tap Add Server or select the existing server to edit
- Enter the settings:
- Host Name:
smtp.forwardemail.net - User Name: Your full email address
- Password: Your SMTP password
- Host Name:
- Make sure Use SSL is on and Server Port is
465 - Tap Done and send a test email
Troubleshooting
- Emails not sending immediately? There may be a brief approval period (usually 1–2 hours) for new domains before outbound email is enabled.
- Wrong port? Make sure you are using port
465with SSL/TLS. If your email client does not support port 465, try port587with STARTTLS. - Authentication errors? Double-check that your username is your full email address and that you are using the SMTP password (not your account login password).