Skip to main content

Get the SMTP Config

GET 

/v1/smtpbasic/get/:mailer_id

This endpoint gets the SMTP config by mailer_id

Request

Path Parameters

    mailer_id stringrequired

    Mailer ID

Responses

SMTP Config found

Schema

    active boolean
    config
    config_type string
    connection_type string
    email string
    name string
    success boolean
Loading...