Lua для Квик - отправка сообщений по емейлу
Хочу создать скрипт, который бы высылал на емейл нужную мне информацию.
По тем материалам, которые у меня есть, для этого нужно писать костыль на бесике.
Может быть сейчас появились более современные варианты?
Quik версия 7.ххх
Других средств у Квика нет.
What is LuaSocket?
LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.
The core support has been implemented so that it is both efficient and simple to use. It is available to any Lua application once it has been properly initialized by the interpreter in use. The code has been tested and runs well on several Windows and UNIX platforms.
Among the support modules, the most commonly used implement the SMTP (sending e-mails)
Схема такая: скрипт передает нужные данные во внешний файл, а шарповская прога отправляет на почту.