Author: Sean Last Modified: 20091212
Sends E-Mails via COM object CDO.Message without any graphical user interface, right from the script.
cdomessage(sFrom, sTo, sSubject, sBody, sAttach, sServer, sUsername, sPassword, bTLS = True, nPort = 25, nSend = 2, nAuth = 1)
For more details of the functions's parameters and return value, please see it's source code.
Officially this library was distributed as a script. I got permission to modify and republish it in a function form. I did not change any line, just wrapped out as a function call.
I am not sure about this function. There is no testfile included, because it requires real password and username. (?)
And settings can vary between different systems.
It needs the com library from Sean.
For update's details and remarks related to the functions, please see the AutoHotkey Forum: http://www.autohotkey.com/forum/viewtopic.php?t=39797
nonexistent