SMTP Rules

Use the <smtpRule> tag to define an SMTP rule and the <smtpError> tag to define the error code for which you are applying a rule.

For example:

<smtpRule>
	<smtpError>
		<errorCode>502</errorCode>
	</smtpError>
	...
	<smtpError>
		<errorCode>550</errorCode>
	</smtpError>
	...
</smtpRule>

Note: The priority of rules is determined by the order in which they appear in the XML file.

You can define the following types of SMTP errors:

The following actions can be performed for each error type, and are defined as behaviors in the XML file: