mailtool_sendMail
*//////////////////////////////////////////////////////////////*
* mailtool_sendMail *
* *
* Output: *
* out_errMsg - The error message (if error exists). *
* out_msgID - The Unique Email Mesage ID. *
* *
* Returns: *
* -1 for error, 0 for no error (when using IBM SMTP) or *
* n = total recipients delivered to when *
* using MAILTOOL Plus *
* *
*//////////////////////////////////////////////////////////////*
D mailtool_sendMail...
D PR 10i 0
D out_errMsg 256 Options(*NOPASS)
D out_msgID 13S 0 Options(*NOPASS)
Use this function to send the email.