Email Connection Notifications
Provides a comprehensive list of connection notifications sent from the Email Module.
- ConPoolReleaseError
Error while closing the connection pool. - ConnectError
The email activity operation failed because a connection to the server could not be established. - ConnectErrorRetry
The email activity operation failed while trying to connect to the server. This will cause a retry. - ConnectHeaderAbsent
The optional input header - emailConnection - is mapped. - ConnectHeaderPresent
The optional input header - emailConnection - is mapped. - ConnectionPoolReturn
Error occurred while returning connection to pool. - DisconnectException
Error while trying to disconnect from server. Discarding error and continuing the activity. - EndpointData
The information regarding the email endpoint data. - IncorrectPort
The email port needs to be a positive integer. Defaulting to 110 in case its not specified as positive integer. - IncorrectSmtpPort
The email port needs to be a positive integer. Defaulting to 25 in case its not specified as positive integer. - IncorrectSmtpTimeout
The connection timeout needs to be a positive integer. Defaulting to 300 seconds in case its not specified as positive integer - IncorrectTimeout
The connection timeout needs to be a positive integer. Defaulting to 300 seconds in case its not specified as positive integer - MakeConPoolError
Error while creating the connection. - NewConnectEverytime
The additional property 'smtpNewConnEveryTime' was added to connection pool. - Pop3Connected
The activity was successfully able to connect to the email server. - SetTimeout
Setting the timeout to specified value. - SmtpConnectFailed
The email activity operation failed because a connection to the server could not be established. - SmtpConnectRetry
The email activity operation failed while trying to connect to the server. This will cause a retry. - SmtpConnected
The activity was successfully able to connect to the email server. - SmtpDisconnectError
Error while trying to disconnect from server. Discarding error and continuing the activity. - SmtpEndpointData
The information regarding the email endpoint data. - SmtpTimeout
Setting the timeout to specified value.
Parent topic: Email Module