Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.12 KB

MailgunEmailConfigurationRead.md

File metadata and controls

19 lines (14 loc) · 1.12 KB

MailgunEmailConfigurationRead

Properties

Name Type Description Notes
from_address String The from address the mails will be sent from
api_key String The api key of the mail provider
region String The region of the mail provider
domain String The domain of the mail provider
email_provider_type Option<String> The type of the email provider [optional][default to Mailgun]
id uuid::Uuid Unique id of the email_configuration
organization_id uuid::Uuid Unique id of the organization that the email_configuration belongs to.
project_id uuid::Uuid Unique id of the project that the email_configuration belongs to.
environment_id uuid::Uuid Unique id of the environment that the email_configuration belongs to.

[Back to Model list] [Back to API list] [Back to README]