作者: Sean 最近更新时间: 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)
关于函数的参数和返回值, 请参阅其源码.
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.
关于此函数(集)的更新细节和注意事项, 请参见 AutoHotkey 论坛: http://www.autohotkey.com/forum/viewtopic.php?t=39797
不存在