E-Mail Integration (SMTP)
Integration with Email Service
Last updated
Was this helpful?
Integration with Email Service
Last updated
Was this helpful?
Haltdos Platform supports integration with Email Services via SMTP to send alerts and notifications to registered users. This section describes various SMTP settings for the integration of Haltdos solutions with your existing email provider.
How to Use:
1. Go to Email
2. Configure your settings
3. Click Save
Enable Email Notifications
Boolean
False
Email Server
String
Blank
Server Port
Integer
0
Connection Timeout
Integer
0
Socket Timeout
Integer
0
Enable Auth
Boolean
False
Email Address
Blank
Email Password
String
Blank
Technical Support
Boolean
True
Encryption Protocol
Dropdown
SSL
DSN Response
Dropdown
None
DSN Notify
Dropdown
None
Enable EHLO
Boolean
Flase
Start TLS
Boolean
true
Enable 8-bit Mime
Boolean
False
Enable Partial Email
Boolean
True
Enable UserSet
Boolean
False
Enable Quit Wait
Button
True
This feature allows users to enable notification via emails. By default, this option is set to disable.
This feature allows users to mention the email server details. Users can add the hostname or IP address of the mail server
This feature allows users to set the port number to connect to the mail server.
This feature allows users to set a timeout for the email server. By default, it is set to 0 which is the disabled state.
This feature allows users to set a timeout for the email server. By default, it is set to 0 which is the disabled state.
This feature allows the user to set the authentication to the email server. By default, it is set to disable.
This feature allows users to set their email address for authenticating to the mail server.
This feature can only be used when the Email Auth option is set to enabled. Users are allowed to set their email password for authenticating to the email server.
This feature enables users to get Haltdos technical support on critical alerts.
This option allows users to set specific types of encryption protocols to use when connecting to an email Server.
DNS is a query/response protocol. The client queries information in a single UDP request. This request is followed by a single UDP reply from the DNS server. DNS uses UDP port 53 to connect to the server.
Here are the various types of ODBC Data Source Types:
The EHLO
command initiates the SMTP session conversation. The client greets the server and introduces himself. As a rule, EHLO
is attributed with an argument that specifies the domain name or IP address of the SMTP client. This option allows users to enable the EHLO command.
Transport Layer Security (TLS) encrypts data sent over the Internet to ensure that eavesdroppers and hackers are unable to see what you transmit which is particularly useful for private and sensitive information such as passwords, credit card numbers, and personal correspondence
This feature allows users to connect to the older version of the Email server.
Partial mails allow large objects to be delivered as several mail messages and automatically joined by the receiving client. This mechanism can be used when intermediate transport agents, such as SMTP servers, are limiting the size of individual emails that can be sent.
This option allows users to enable UserSet to use the RSET command instead of NOOP while sending emails.
This option allows users to gracefully terminate connections with the Email Server.