Nucleus .Net Core CMS

Models.Mail.MailSettings Class

Namespace: Nucleus.Abstractions.Models.Mail
Assembly: Nucleus.Abstractions.dll
Represents settings used to communicate with a SMTP (mail) server.

Properties

HostName Property

SMTP (mail) server host name

Port Property

SMTP (mail) server port

UseSsl Property

Specifies whether to use SSL for connection to the mail server.

Sender Property

Mail sender name (email address)

UserName Property

SMTP server user name

Password Property

SMTP server password

PickupDirectoryLocation Property

When DeliveryMethod is SpecifiedPickupDirectory, specifies the folder used to store outgoing emails.

DeliveryMethod Property

Specifies mail delivery method.

Fields

DEFAULT_SMTP_PORT Field

Default SMTP server port.