Sign inGet Started

SMTP

Send WordPress email with SMTP

Use a WordPress SMTP plugin to route password resets, form notifications, and WooCommerce email through Parcel Wing.

SMTP settings

Copy the exact values from your in-app Settings page. Most accounts use these defaults.

SettingValue
Hostsmtp.parcelwing.com
Port587
SecuritySTARTTLS
Usernameparcelwing
PasswordAny active Parcel Wing API key

Configure WordPress

  1. Install an SMTP plugin such as WP Mail SMTP, FluentSMTP, or Post SMTP.
  2. Select Other SMTP or manual SMTP configuration.
  3. Enter the Parcel Wing SMTP settings.
  4. Turn authentication on, set encryption to TLS or STARTTLS, and send a plugin test email.

Configure fields

SettingValue
Hostsmtp.parcelwing.com
Port587
SecuritySTARTTLS
Usernameparcelwing
PasswordAny active Parcel Wing API key

Sender

Set From email to a verified Parcel Wing sender such as Acme <[email protected]>.

For WooCommerce stores, use a branded sender such as [email protected] and keep replies routed to your support inbox.

Use a verified sender

Your from address should belong to a sending domain that is verified in Parcel Wing. This keeps SPF, DKIM, and DMARC aligned for better deliverability.

Troubleshooting

  • Use port 587 with STARTTLS, not implicit TLS on port 465.
  • Use parcelwing as the username and an active Parcel Wing API key as the password.
  • Make sure the sender address uses a verified sending domain.
  • If a vendor has a test email button, send a test before enabling production email.