Problem Title : -------------------- Email integration using Certify Pre-Requirements : ----------------------------- The user needs the following items in order to to send emails to the recipient through Certify. 1.SMTP Client software (bmail.exe) which can be downloaded from the path http://www.beyondlogic.org/solutions/cmdlinemail/cmdlinemail.htm 2.SMTP Server (which must be running) Resolution Details: -------------------------- Create a Process and add the step for Execute Application Action in Certify with the following details. Application Version : System 1.0 Window : System Object : Operating System Action : Execute Application Parameters to be set for Execute Application Action : ------------------------------------------------------------------------- Application ---------------- Path where the SMTP Client software(bmail.exe) is installed needs to be mentioned here Eg:(C:\Program files\SMTP_Client\bmail.exe Enable the Checkbox for - Wait for Application to Finish Command Line ---------------------- -s smtp.<SMTP ServerName>.com -t <Receiver Email Address> -f <Sender Email Address> -h -a "Include contents to be Shown in Subject" -b "Include contents to be Shown in the Body of the Text" Note : Please find the description of the notations used in the Command Line is as follows : -s indicates SMTP Server Name -t indicates To: Address -f indicates From: Address -h indicates Generate Headers -a indicates Subject -b indicates Text Body of Message