get https://api.rainex.io/projects//smtp-settings
Retrieve SMTP settings you provided before (if any)
Here are the enums that are contained in the answer:
name | value |
---|---|
type | SSLTLS, STARTTLS |
Responses
Retrieve SMTP settings you provided before (if any)
Here are the enums that are contained in the answer:
name | value |
---|---|
type | SSLTLS, STARTTLS |
xxxxxxxxxx
curl --request GET \
--url https://api.rainex.io/projects/your-site-name-1/smtp-settings \
--header 'accept: application/json'