Dynamic Server-Side Rules

D

dch3

Is it possible to set up a server-side rule that takes a value from a message
subject line and then looks up an email address in a database to determine to
whom the message should be forwarded?

Our main application sends out numerous automated order confirmations to
clients and alerts. If the order confirmation has a bad email address it's
kicked back to a generic email account which also receives the alerts. Each
email contains specific information that we can use to determine to whom the
email should be forwarded automatically.
 
Top