Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 736 Bytes

SmtpEmailConfigurationCreate.md

File metadata and controls

16 lines (11 loc) · 736 Bytes

SmtpEmailConfigurationCreate

Properties

Name Type Description Notes
host String The host of the SMTP provider
from_address String The from address the mails will be sent from
port i32 The port of the SMTP provider
username String The username of the SMTP provider
password String The password of the SMTP provider
email_provider_type Option<String> The type of the email provider [optional][default to Smtp]

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