|
Writing Custom Scripts
Mailman provides generic mail-sending scripts written in ASP* and PHP, and one of these should be compatible with most servers - the ASP script for Windows-based servers*, and the PHP script for UNIX-based servers.If you need to, you can write and use your own script. The script may be written in any language supported by the server, such as ASP.NET*, CFM or JSP. The script must receive and work with variables passed using the HTTP POST method. The following variables are sent to the script by Mailman:
To use your own script, simply specify its URL in Mailman's ScriptURL parameter. If you use a relative URL to specify the script, remember that the URL must be relative to the location of the web page containing Mailman.
*ASP Script Note: |