Class MailOptions
public sealed class MailOptions
- Inheritance
-
MailOptions
- Inherited Members
Properties
SenderAddress
public string? SenderAddress { get; set; }
Property Value
TestModeEnabled
If true, email will be sent to the TestRecipientAddress instead of the requested addresses. Default: true unless Environment is "Production".
public bool? TestModeEnabled { get; set; }
Property Value
- bool?
TestRecipientAddress
public string? TestRecipientAddress { get; set; }