Home | Packages | Files | Procedures | Classes | Keywords | External packages
AllDone (command conn) | ||
Executed after the SMTP connection was completely closed. | ||
Argument: command | The command to execute now that the storing is complete. | |
Argument: conn | The handle of the smtpConnection object shutting down. |
IsDone (command conn) | ||
Executed after SMTP storage is finished. | ||
Argument: command | The command to execute after closing the connection represented by conn. | |
Argument: conn | The handle of the smtpConnection object reporting back. |
storeMessage (command message) | ||
Store the given message via SMTP and the local mail demon. | ||
Argument: command | The script evaluate after completion of the process (use Done to accomplish this). Allowed to be empty, nothing is done in that case. Gets either 'error' or 'done' as first argument. | |
Argument: message | The text of the message to store. |
Generated by AutoDoc 2.1 at 02/20/1999, invoked by Andreas Kupries