<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title> PHP Form to Mail (Light), from AdvanceByDesign </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="500px"> <tr><td> [ <a href="index.htm">Documentation index</a> -- <a href="../index.htm">Welcome page</a> ] <!-- Begin page content --> <h1>PHP Form to Mail (Light) Documentation</h1> <h2>Setup, Automated</h2> <p>After uploading all the files in the <i>www</i> folder to your website, you can complete the setup process by directing your browser to the <b>fm_setup.php</b> file.</p> <p>Once setup is completed, you can remove the <b>fm_config.php</b> and <b>fm_setup.php</b> files from your server.</p> <h3>Setup fields / required information</h3> <ul> <li><b>Your email address</b> (<i>$config['to']</i>) <p>The email address to which all letters posted via the form will be sent. If the email address does not exist or is incorrect, visitor comments will not be recieved!</p></li> <li><b>Mail Subject</b> (<i>$config['subject']</i>) <p>All comments sent to your email address via the form will be sent with this subject; the subject may contain the keywords <i>_DATE_</i> and <i>_TIME_</i> which will be replaced with the date (in the form <i>dd/mm/yy</i>) and the time (in the form <i>hh:mm:ss[am/pm]</i>) respectively.</p></li> <li><b>From address</b> (<i>$config['from']</i>) <p>The email address from which letters sent via the form will appear to have come from; this email address is set to a single address as apposed to using the email address the visitors provide to stop the mail getting occasionaly lost to any spam filter your mailbox may have. </p></li> <li><b>Site name</b> (<i>$config['site']</i>) <p>The name by which you can identify the specific website you have installed this form on; this can help you if you have the contact form installed on multiple websites or sub domains, as you can immediately identify where the visitors comments have origionated from.</p></li> </ul> <!-- End Page Content --> </td></tr> </table> </body> </html>