Skip to main content

Switch the mailer service for a domain

PUT 

/v1/domain/:domain/mailer

Switches the mailer service (e.g. SparkPost, Mailgun) a sending domain uses. Empty mailer_service resets to the tenant default. The target must be an active provider AND the domain must be DNS-verified for it.

Request

Path Parameters

    domain stringrequired

    Domain name

Body

required

Target mailer service

    mailer_service string

Responses

OK

Schema

    property name* any
Loading...