Actions
Feature #1775
closedLua: SMTP-support
Effort:
Difficulty:
Label:
Description
Add support for writing Lua scripts that handle SMTP-traffic.
This should enable Lua to read:
- specified MIME fields
- list of all available MIME fields
- name and md5-hash of attachment file(s)
- list of recipients
- mail-from attribute
Updated by Victor Julien over 8 years ago
- Status changed from New to Closed
- Target version changed from 70 to 3.1.1
Updated by Eric Leblond about 8 years ago
A lua script example can be found there: http://www.codegists.com/snippet/lua/smtp-outputlua_inliniac_lua
Actions