lightyear.smtpconnectorprops
Home > @runlightyear/lightyear > SmtpConnectorProps
SmtpConnectorProps interface
Signature:interface SmtpConnectorProps extends AuthConnectorProps
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
host | string | The SMTP Host |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
port? | number | The SMTP port. Defaults to 587. |