From a3f887860c60c5151eb5931fc6ba7bb7fa7de846 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Wed, 4 Apr 2012 09:40:56 -0600 Subject: [PATCH] Changed a little bit of the wording. --- docs/howto.rst | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/howto.rst b/docs/howto.rst index e1f7b7c..875b540 100644 --- a/docs/howto.rst +++ b/docs/howto.rst @@ -8,20 +8,21 @@ this script, I had 2 major goals. 1. Little-to-no configuration. ------------------------------ - The only necessary configuration in the script is to set your email - address you would like to receive the emails at. There are other - configuration options if you would like to have extra features (like a - redirect page or captcha spam protection) but you CAN just create an - email template and point a form action to the script and it will send - you emails. +The only necessary configuration in the script is to set your email +address you would like to receive the emails at. There are other +configuration options if you would like to have extra features (like a +redirect page or captcha spam protection) but you CAN just set your email +address in the config(config.php), point your form to the script +(
) and it will send you all data from the +sctipt in an email.emails. 2. Compatability ---------------- - I wanted this script to be compatible with as many servers as possible - with out having to make any server side settings. This is why I wrote - it in php, instead of python. With most hosts, you will already have - php and sendmail installed, configured and ready to go. +I wanted this script to be compatible with as many servers as possible +with out having to make any server side settings. This is why I wrote +it in php, instead of python. With most hosts, you will already have +php and sendmail installed, configured and ready to go. The basic setup ===============