Email server settings
You can find the email server settings in Messaging page (Type is EMAIL). From this list it is possible to add, edit and delete email server configuration. Only the email server set as default is used.
Let’s take a look at the configuration options for the email server.
Name: specifies the unique name that is used as the unique identifier of the mail server.
Host: specifies the name or IP address of the host used for SMTP transactions.
Default: specifies whether this email server is the one to be the used when sending emails.
Port: specifies the port used for SMTP transactions.
Enable SSL: specifies whether or not the SMTP Client uses Secure Sockets Layer (SSL) to encrypt the connection.
Delivery Method: specifies how outgoing email messages will be handled. There are three options:
- Network: Email is sent through the network to an SMTP server.
- SpecifiedPickupDirectory: Email is copied to the directory specified by the SmtpClient.PickupDirectoryLocationproperty for delivery by an external application.
- PickupDirectoryFromIis: Email is copied to the pickup directory used by a local Internet Information Services (IIS) for delivery.
From Address: specifies from email address that will be set as the sender of emails.
Use Default Credentials: specifies whether or not the DefaultCredentials are sent with requests. The default credentials are the user credentials of the logged-in user or the user being impersonated.
Account Name: specifies the account name used to authenticate the sender.
Password: specifies the password used to authenticate the sender.