Changed a little bit of the wording.
This commit is contained in:
parent
c05a58b4d6
commit
a3f887860c
1 changed files with 11 additions and 10 deletions
|
@ -11,9 +11,10 @@ this script, I had 2 major goals.
|
||||||
The only necessary configuration in the script is to set your email
|
The only necessary configuration in the script is to set your email
|
||||||
address you would like to receive the emails at. There are other
|
address you would like to receive the emails at. There are other
|
||||||
configuration options if you would like to have extra features (like a
|
configuration options if you would like to have extra features (like a
|
||||||
redirect page or captcha spam protection) but you CAN just create an
|
redirect page or captcha spam protection) but you CAN just set your email
|
||||||
email template and point a form action to the script and it will send
|
address in the config(config.php), point your form to the script
|
||||||
you emails.
|
(<form action='./process.php'>) and it will send you all data from the
|
||||||
|
sctipt in an email.emails.
|
||||||
|
|
||||||
2. Compatability
|
2. Compatability
|
||||||
----------------
|
----------------
|
||||||
|
|
Loading…
Reference in a new issue