|
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 BCC example</title> <link rel="stylesheet" type="text/css" href="examples.css"> </head> <body> <h1>Soupermail BCC Example</h1> <p>This page is shows how you can set a BCC email address up in the config file. </p> <form method="post" action="/cgi-bin/soupermail.pl"> <input type="hidden" name="SoupermailConf" value="bcc.con"> Your Name: <input type="text" name="your_name" size="15"> (required)<p> Email to send to : <input type="text" name="email1" size="15"> (required)<p> Email to BCC to : <input type="text" name="email2" size="15"> (required)<p> <p> <input type="submit" value="Send >"> </form> </body> </html>