Email Module
The Email Module provides connectivity to POP3 and SMTP mail servers. This section contains details for the messages delivered from the Email Module.
This topic provides the MIB Name and MIB OID information, in addition to high-level details about each notification in the Email Module.
MIB Name : CASTIRON-COMP-EMAIL-MIB
MIB OID : .1.3.6.1.4.1.13336.2.2.3.7
The following table provides an alphabetical list of all notifications that can be issued by the Email Module.
Notification | Level | System | Description |
---|---|---|---|
BodyNull | Severe | Orchestration | The 'body' input parameter from the container is null. This is an error condition. |
ConPoolReleaseError | Warning | Orchestration | Error while closing the connection pool. |
ConnectError | Severe | Orchestration | The email activity operation failed because a connection to the server could not be established. |
ConnectErrorRetry | Warning | Orchestration | The email activity operation failed while trying to connect to the server. This will cause a retry. |
ConnectHeaderAbsent | Info | Orchestration | The optional input header - emailConnection - is mapped. |
ConnectHeaderPresent | Info | Orchestration | The optional input header - emailConnection - is mapped. |
ConnectionPoolReturn | Warning | Orchestration | Error occurred while returning connection to pool. |
CouldNotGetHostIP | Warning | Orchestration | Error occurred while getting IP of the router. Continuing activity without the host IP. |
DisconnectException | Warning | Orchestration | Error while trying to disconnect from server. Discarding error and continuing the activity. |
EmailMatched | Info | Orchestration | Found an email matching From and subject fields specified in configuration. |
EmailSent | Info | Orchestration | The activity successfully sent email to the server. |
EndpointData | Info | Orchestration | The information regarding the email endpoint data. |
IncorrectPort | Warning | Orchestration | The email port needs to be a positive integer. Defaulting to 110 in case its not specified as positive integer. |
IncorrectSmtpPort | Warning | Orchestration | The email port needs to be a positive integer. Defaulting to 25 in case its not specified as positive integer. |
IncorrectSmtpTimeout | Warning | Orchestration | The connection timeout needs to be a positive integer. Defaulting to 300 seconds in case its not specified as positive integer |
IncorrectTimeout | Warning | Orchestration | The connection timeout needs to be a positive integer. Defaulting to 300 seconds in case its not specified as positive integer |
InvalidAddressFormat | Warning | Orchestration | The email address in the specified field is in incorrect format. |
InvalidEmailID | Warning | Orchestration | The email id specified is not valid. |
MailHeaderAbsent | Info | Orchestration | The optional input header - mailheader - is not mapped. |
MailHeaderPresent | Info | Orchestration | The optional input header - mailheader - is mapped. |
MailsDeleted | Info | Orchestration | The mails processed in the current poll have been deleted from the server. |
MailsToBeDeleted | Info | Orchestration | There are some mails to be deleted as they were processed earlier. |
MakeConPoolError | Warning | Orchestration | Error while creating the connection. |
NewConnectEverytime | Info | Orchestration | The additional property 'smtpNewConnEveryTime' was added to connection pool. |
NoEmailMatched | Info | Orchestration | Could not find an email matching From and subject fields specified in configuration. |
NoMailOnServer | Info | Orchestration | No mail was found on server. |
PatternIncorrect | Severe | Orchestration | Pattern specified in the activity is incorrect. |
Pop3ConfigParams | Info | Orchestration | Configuration parameters specified in the activity. |
Pop3Connected | Info | Orchestration | The activity was successfully able to connect to the email server. |
Pop3DataError | Severe | Orchestration | A pop3 data error occurred while executing the activity. |
Pop3InternalError | Severe | Orchestration | Internal error occurred while executing pop3 activity. |
Pop3MailSent | Info | Orchestration | Activity has outputted 'mailheader' and 'body' output parameters. Mail marked for deletion from server |
Pop3NumMails | Info | Orchestration | Number of mails found on the email server. |
Pop3ServerError | Severe | Orchestration | A pop3 command unexpectedly returned an error while executing the activity. |
SaveStateError | Warning | Orchestration | Error occurred while trying to save duplist state after disconnect. Will cleanup in next poll. |
SetBCCFieldValue | Info | Orchestration | Setting the value of 'BCC' field to specified value |
SetCCFieldValue | Info | Orchestration | Setting the value of 'CC' field to specified value |
SetFromFieldValue | Info | Orchestration | Setting the value of 'From' field to specified value |
SetSubjectFieldValue | Info | Orchestration | Setting the value of the 'Subject' field to the specified value. |
SetTimeout | Info | Orchestration | Setting the timeout to specified value. |
SetToFieldValue | Info | Orchestration | Setting the value of 'To' field to specified value |
SmtpConfigParams | Info | Orchestration | Information regarding configuration parameters specified in email activity. |
SmtpConnectFailed | Severe | Orchestration | The email activity operation failed because a connection to the server could not be established. |
SmtpConnectRetry | Warning | Orchestration | The email activity operation failed while trying to connect to the server. This will cause a retry. |
SmtpConnected | Info | Orchestration | The activity was successfully able to connect to the email server. |
SmtpDataError | Severe | Orchestration | Smtp data error occurred while executing the activity. |
SmtpDisconnectError | Warning | Orchestration | Error while trying to disconnect from server. Discarding error and continuing the activity. |
SmtpEndpointData | Info | Orchestration | The information regarding the email endpoint data. |
SmtpInternalError | Severe | Orchestration | Internal error occurred while executing smtp activity. |
SmtpSendEmail | Info | Orchestration | The activity is sending email to the server. |
SmtpTimeout | Info | Orchestration | Setting the timeout to specified value. |
SubjectPatternError | Severe | Orchestration | Subject pattern specified in the activity is incorrect. |
ToAndCCEmpty | Severe | Orchestration | There was no valid To, CC, BCC specified in the activity. |