 |
- download mailme
- open mailme.php in a text editor.
- set the configurations in the top of the document.
- upload the script to your server.
- to include the script into your page, be shure your page ends in .php (or equivalent)
- include this line into your page: <? include("mailme.php"); ?> (be shure the path to the script is correct)
- upload your page and check if it works.
|