You are here

README.txt in Email Field 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
***********
* README: *
***********

DESCRIPTION:
------------
This module provides an email field type.


INSTALLATION:
-------------
1. Place the entire email directory into your Drupal sites/all/modules/
   directory.

2. Enable the email module by navigating to:

     administer > modules


Features:
---------
  * validation of emails
  * turns addresses into mailto links
  * encryption of email addresses with
      o Invisimail (Drupal 5 + 6) (module needs to be installed)
      o SpamSpan (Drupal 6 only) (module needs to be installed)
  * contact form (see Display settings)
  * provides Tokens
  * exposes fields to Views


Note:
-----
To enable encryption of contact form, see settings under the Display fields tabs 


Author:
-------
Matthias Hutterer
mh86@drupal.org
m_hutterer@hotmail.com

File

README.txt
View source
  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