Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Email Notification

Status
Not open for further replies.

jackforceus

Programmer
Joined
Apr 4, 2003
Messages
9
Location
US
I need to make a email notification when we get specific claims in the inbound. I know we have an email adpter in mercator. Please let me know what we need to specify in the COMMAND.
 
Do you want to reply as part of a rule or on the command line?

 
I want to try both in the rule as well as in the command line.I appreciate your help
 
As far as in the rule: use the PUT fucntion.

PUT (adapter_alias, adapter_commands, data_to_send_to_adapter)

PUT( "EMAIL", ...
 
As far as the second argument, the E-Mail Adapter Reference Guide has a list of commands. This comes with Mercator and is in a PDF format. Here are some of the target commands:

-ATTACH
-BCC
-CC
-FROM
-PASS
-PO (post office)
-PRIORITY
-PROTO {MAPI|CCMAIL|NOTES|INET}
-RECEIPT
-RESOLVE
-SERVER
-SUBJECT
-TO
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top