Provider setup

Mailjet SMTP test — API key and secret key on port 587

Test Mailjet SMTP at in-v3.mailjet.com on port 587 with STARTTLS. The username is your API key and the password is your secret key.

4 min read Credentials redacted No signup

Connection settings

Host
in-v3.mailjet.com
Port
587
Security
STARTTLS

Mailjet provides SMTP relay at in-v3.mailjet.com on port 587 with STARTTLS (or port 465 with implicit TLS, or port 25 without encryption). The SMTP username is your Mailjet API key and the password is your secret key — both found on the API keys page of the dashboard.

Recommended settings

Finding your credentials

  1. Log in to the Mailjet dashboard.
  2. Go to Account → API keys (or Settings → API Key Management).
  3. You will see your API key (public) and secret key (click "Show" to reveal).
  4. The API key is the SMTP username; the secret key is the SMTP password.

These are the same credentials used for the Mailjet REST API (v3/v3.1). Unlike some providers, Mailjet does not issue separate SMTP-only credentials.

Testing with SMTP Tester

  1. Host: in-v3.mailjet.com, port 587, security STARTTLS.
  2. Username: your API key. Password: your secret key.
  3. From: a verified sender address or an address on a verified domain.
  4. To: any recipient (or your own address to verify delivery).
  5. Click Run. A 235 2.7.0 OK confirms authentication.

A 250 OK after DATA means Mailjet accepted the message.

Common errors

535 "Authentication failed"

550 "Sender not allowed" / "Sender address rejected"

The From address is not validated in your Mailjet account. Options:

Mailjet requires sender validation to prevent abuse.

421 "Service temporarily unavailable" / rate limit

Mailjet limits sending rate based on your plan and account reputation. New accounts have a lower initial rate that increases as reputation builds. If throttled, retry after a brief pause.

Connection timeout

Sender validation

Mailjet requires at least one of:

Domain-level verification also enables DKIM signing, which improves deliverability and is required by many inbox providers.

Sandbox mode

New Mailjet accounts may have sending restricted to verified recipient addresses until the account is reviewed. If sends fail with a policy error after successful AUTH, check your account status in the dashboard — you may need to complete identity verification or contact Mailjet support.

Mailjet SMTP vs REST API

Both interfaces use the same API key / secret key pair:

For credential testing and connection debugging, SMTP Tester shows the full SMTP conversation — useful for confirming your setup before integrating with the REST API.

Sending limits

Limits vary by plan:

Check your current limits and usage in the Mailjet dashboard under Account → Account overview.

Security notes

Try it on your own server

Run these settings against your SMTP server and watch the live, credential-redacted protocol transcript.

Open SMTP Tester