README.txt 805 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ***********
  2. * README: *
  3. ***********
  4. DESCRIPTION:
  5. ------------
  6. This module provides an email field type.
  7. INSTALLATION:
  8. -------------
  9. 1. Place the entire email directory into your Drupal sites/all/modules/
  10. directory.
  11. 2. Enable the email module by navigating to:
  12. administer > modules
  13. Features:
  14. ---------
  15. * validation of emails
  16. * turns addresses into mailto links
  17. * encryption of email addresses with
  18. o Invisimail (Drupal 5 + 6) (module needs to be installed)
  19. o SpamSpan (Drupal 6 only) (module needs to be installed)
  20. * contact form (see Display settings)
  21. * provides Tokens
  22. * exposes fields to Views
  23. Note:
  24. -----
  25. To enable encryption of contact form, see settings under the Display fields tabs
  26. Author:
  27. -------
  28. Matthias Hutterer
  29. mh86@drupal.org
  30. m_hutterer@hotmail.com