/_lib
action="proc/phpmailer-fe.php"
/cgi-bin
/_lib/default.config.php
/sample_form/default.config.php
/_lib/form.config.php
/sample_form/form.config.php
/_lib/form.tpl
/sample_form/form.tpl
($recipient)
name="frmFirstname"
form.tpl
{frmFirstname
$recipient
phpmailer-fe.php
/_lib/replyemailfailed.html
name="email"
form.html
/_lib/replyemailsuccess.html
/formthankyou.html
/formfail.html
<input type="hidden" name="recipients" value="yourname@yourdomain.com">
installation.txt
$fixedFromEmail = ''; //'webmaster@thisdomain.com'; $fixedFromName = ''; //'Webmaster'
webmaster@yourdomain.com
$useAsAutoResponder = true;
$_POST['attach_local_name'] = "/path/to/document.pdf"; $_POST['attach_local_type'] = "application/pdf";
http://www.webmaster-toolkit.com/mime-types.shtml
MAILER TYPE
class.phpmailer.php
mail()
$_POST['Mailer']
$_POST['Mailer']:
$_POST['Host']
$_POST['Post']
http://phpmailer.worxware.com/index.php?pg=tip_srvrs
$_POST['Helo']
$_POST['SMTPAuth']
$_POST['Username']
$_POST['Password']
$_POST['Timeout']
$_POST['SMTPKeepAlive']
SmtpClose()