|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/yaleb/examples/ |
Upload File : |
<html> <head> <title>Soupermail Dynamic Filenames</title> <link rel="stylesheet" type="text/css" href="examples.css"> </head> <body> <h1>Soupermail Dynamic Filenames</h1> <p>This page will demonstrate how a ref value can be used to dynamically alter the fileto config option. </p> <form method="post" action="/cgi-bin/soupermail.pl"> <input type="hidden" name="SoupermailConf" value="reftest.con"> Your Name: <input type="text" name="your_name" size="15"> <p> Save the data encrypted? <input type="checkbox" name="encrypt" value="yes"><br> Encrypt with: (<input type="radio" value="pgp" checked name="enc"> PGP) (<input type="radio" value="gpg" name="enc"> GPG)<br> Remember, to use encryption, you should set the <code>$pgpencrypt</code> variable in soupermail.pl. <p> <input type="submit" value="Send >"> </form> </body> </html>