Skip to the content.

← back to Overview

Brevo SMTP (preferred)

The preferred way to integrate with SMTP is by utilizing Brevo SMTP directly where possible. Follow the SMTP relay integration guide to integrate with SMTP within your subaccount.

Currently, we do not provide access to the Mailpit SMTP directly. If you need a shared sandbox for QA integration, the current way to go would be to self-host an instance on your own. Here are some examples:

SMTP Integration Guide (legacy)

In addition to that, we also provide a centralized SMTP relay, though there are some details we need to pay attention to.

QA (Mailpit):

Server: smtp-relay.qa.dsp.vaillant-group.cloud
Port: 587 (STARTTLS)

Prod (Brevo):

Server: smtp-relay.prod.dsp.vaillant-group.cloud
Port: 587 (STARTTLS)

Whitelist feature

We are currently providing you the option to have some recipient emails whitelisted on QA, so instead of the message going directly to Mailpit, we can send it to real inbox. If you need such feature for your testing purposes, then please create a ticket in DSP helpdesk and we will configure that for you.

Important