sandal has asked for the wisdom of the Perl Monks concerning the following question:

Hey monks,
need recommendations for the good perl webmail script which have the following functionality:

1. designed to work on virtual host -i.e. no extra congifuration required, can work on any virtual web host with perl support.
2. send email in HTML format.
3. have the option to configure Internet headers in email message before sending(edit standard headers, add custom headers). Via some intergace GUI.

Replies are listed 'Best First'.
Re: Good perl webmail script
by thedoe (Monk) on Jan 23, 2006 at 16:57 UTC

    Check out the Mime::Lite module. This is great for creating quick, powerful scripts which need to use email functionality.

    I'm not sure what you want with an interface GUI. Do you mean a web script which users would design the emails with?

      I meant ready GPL webmail script, tested enough and approved. (not from scratch). by GUI -I just meant some interface where owner can set required Internet headers. However this no problem -set this inside script directly, not via GUI.
Re: Good perl webmail script
by duff (Parson) on Jan 23, 2006 at 17:26 UTC

    Perhaps the NMS project has one.

      No, NMS is old buggy script, most users preffer do not deal with them..
Re: Good perl webmail script
by explorer (Chaplain) on Jan 23, 2006 at 21:24 UTC