Help for this page

Select Code to Download


  1. or download this
    #!perl -wT
    use strict;
    ...
    
    # Later on parse your $to $from etc from $query->param('nameofvalues')
    + instead of $formdata{'nameofvalues'}
    # and do your mailing, prefferably with a module from CPAN