Charlie,
I’ve been reading back on some of posts and have a few questions. Is tclMail integrated into Cloverlead automatically (I don’t see it in lib)?
I’m running on Server 2008 r2. Version 6.0.1.0 of Cloverleaf.
Maybe I am missing something along the way and over thinking this but there isn’t something I can use to send a simple email on a trigger.
So I’d obtain that script and essentially do what you listed in another post with the array?:
“#####################################################
# mailTo – Send e-mail
# Call tclMail by setting up array as follows
# Key R/O/C Contents
#
# TO R Mail to Address
# MSG R Mail message
# SUBJ R Mail Subject
# AUTH O Type Authorization Require
# NAME C Login Name
# PASS C Password
# PORT O Mail Port to use (Default 25)
# SERVER R SMTP Server address
# DOMAIN R Mail domain
# USER R Mail address of Authorized user
# FROM O Mail From address (def CLOVERLEAF)
#
# Change array parameters as required.
# It is assumed this routine is called with all needed array elements
# set except for the mail message and TO: address(s)
#
# The message is passed as a string
########################################################################”
Thank you,
Jon