********************************************************************
                     D R U P A L    M O D U L E
********************************************************************
Name: emailthis module
Author: Poetro <poetro at poetro dot hu>
Drupal: 4.6

********************************************************************
DESCRIPTION:

E-mail This gives opportunity to send a link to a node via email 
from a web form.
Your email is never revealed, so there is no fear of SPAM
and such.

******************************************************************** 
FEATURES

- Adds a link to every node 'e-mail this'. On this page e-mail can be
  sent to an e-mail recipient alerting him/her to see the selected page.
- Link visibility can be turned on/off (on settings page), even though
  the page node/{nid}/emailthis an be accessed in eighter case, where
  nid is the node id of the page.

New in 0.2

- Logging of successful sending (in watchdog)
- Logging of e-mail addresses of successful sending (in watchdog)
- Access control permission for using E-mail This

********************************************************************
INSTALLATION:
see the INSTALL.txt file in this directory.