To send messages through Mailpro’s SMTP relay you need four pieces of information: server host, port, username and password. They are generated automatically when you activate the SMTP service and live in your dashboard. This guide shows exactly where to find them and how to use them safely in your application or third-party tool.

Tip: Treat your SMTP credentials like an API key. Anyone with them can send email from your account, on your reputation. Never paste them in client-side code, screenshots or public repositories.

Step 1 — Open the SMTP credentials page

Log into your Mailpro account, click your account name in the top-right corner and choose Account settings. In the left menu select SMTP credentials (or SMTP / API depending on your plan).

Step 2 — Read the four values

FieldValueWhere to use it
Server / Hostsmtp.mailpro.comSMTP host setting
Port587 (recommended), 465 or 2525Same field as host, after a colon or in a separate field
UsernameYour account email addressSMTP username
PasswordGenerated from the SMTP pageSMTP password

The password is generated and shown once. Copy it immediately to your password manager. You can rotate it whenever you want from the same screen.

Step 3 — Configure your application

Paste these four values into your CRM, e-commerce or notification tool. The setting names vary slightly:

ToolSMTP setting path
WordPress (WP Mail SMTP)Settings → WP Mail SMTP → Other SMTP
MagentoStores → Configuration → SMTP
SalesforceSetup → Email → Email Relay Activation
OdooSettings → Technical → Outgoing Mail Servers
Microsoft ExchangeEAC → Mail flow → Send connectors

Step 4 — Test the connection

Most tools include a "Send test email" button. Use it before going live. If the test fails, the most common causes are: wrong port (use 587), firewall blocking outbound SMTP, or a typo in the username/password.

Important: If you ever suspect your SMTP credentials have been exposed, regenerate the password immediately from the same page. The old password stops working instantly and any active session is terminated.

Authentication mechanisms supported

Mailpro’s SMTP relay accepts LOGIN, PLAIN and CRAM-MD5 over a TLS-encrypted connection. PLAIN over STARTTLS (port 587) is the most widely supported. See SMTP authentication for the full list.

Two-factor authentication and shared accounts

If your Mailpro account has 2FA enabled, the SMTP password is independent of the 2FA token — SMTP clients cannot prompt for a code. Generate a unique SMTP password for each integration so you can rotate one without breaking the others.

Find and rotate your SMTP credentials

Open Account → SMTP credentials in your Mailpro dashboard. For full setup details see the SMTP authentication FAQ and the SMTP server feature.

Previous question

   

Next question

You might also be interested in:

How to Fix Error 5.7.1 (Relay Access Denied)

Code 5.7.1 « Relay access denied » means the SMTP server you connected to refuses to forward your message to...

Read more

How to Fix Error 552 (Storage Limit Exceeded)

SMTP error 552 means the destination has refused the message because it exceeded a storage or size limit. Two distinct...

Read more

How to Fix Error 451 (Local Policy Violation or Greylisting)

SMTP error 451 is a soft bounce: the receiving server is asking to try again later. The two most common...

Read more

How to Fix Error 530 (Authentication Required)

SMTP error 530 means: I won’t accept your message until you log in. The server is asking for authentication and...

Read more

How to Solve Error 550 (Requested Action Not Taken – Mailbox Unavailable)?

SMTP code 550 is a hard bounce: the receiving server has refused the message. The text right after the code...

Read more