Help for this page

Select Code to Download


  1. or download this
    # ADD ATTACHMENTS TO FORM
    # Set the attachment variables
    ...
            }
    }
    
  2. or download this
    sub admin_mailer {
        print DEBUG "in admin mailer...\n" if ($debug_log);
    ...
        ### Send the Message
        $msg->send;
    }