This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| reference:lua_smtp_mx_control [2026/02/24 12:24] – paul | reference:lua_smtp_mx_control [2026/02/24 15:49] (current) – [Lua SMTP MX Control] paul | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Every time VPOP3 is going to send messages using direct MX sending, it runs a script called **mxout.lua** which can be created/ | Every time VPOP3 is going to send messages using direct MX sending, it runs a script called **mxout.lua** which can be created/ | ||
| + | ====Global Variables==== | ||
| + | Starting with v8.8, the following global variables are defined: | ||
| + | |||
| + | * ConnectionId - the numeric Sender/ | ||
| + | * ConnectionName - the text Sender/ | ||
| =====Messages to be sent===== | =====Messages to be sent===== | ||
| For every message which is to be sent VPOP3 calls a function in that script called **CheckFile**. | For every message which is to be sent VPOP3 calls a function in that script called **CheckFile**. | ||