Class EmailProviderCredentials
- Namespace
- Auth0.Management
Api .Models
- Assembly
- Auth0.ManagementApi.dll
Credentials for an email provider.
- Inheritance
-
Email
Provider Credentials
- Inherited Members
Properties
AccessKeyId
Gets or sets the Access Key ID.
Property Value
Remarks
Applicable only to the AWS provider.
ApiKey
Gets or sets the API Key.
Property Value
Remarks
Applicable only to the SendGrid and Mandrill providers.
ApiUser
Gets or sets the API User.
Property Value
Remarks
Applicable only to the SendGrid provider.
Region
Gets or sets the default AWS region.
Property Value
Remarks
Applicable only to the AWS provider.
SecretAccessKey
Gets or sets the Secret Access Key.
Property Value
Remarks
Applicable only to the AWS provider.
SmtpHost
Gets or sets the host name or IP address of the SMTP server
Property Value
SmtpPassword
Gets or sets the password for the SMTP server
Property Value
SmtpPort
Gets or sets the port used by the SMTP server
Property Value
- int?
Remarks
Common ports include 25, 465, and 587. Please avoid using port 25 if you can, since many providers have limitations on this port.
SmtpUsername
Gets or sets the username for the SMTP server