You are here

README.txt in Email Field 6.2

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

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


REQUIREMENTS:
-------------
The email.module requires the content.module to be installed.
For optional encryption of addresses: invisimail.module


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

2. Enable the email module by navigating to:

     administer > modules


Features:
---------
* validation of emails
* turns addresses into a mailto link
* encryption of addresses to avoid spam (requires invisimail.module)
* contact form to hide mail addresses completely


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 for CCK.
  7. REQUIREMENTS:
  8. -------------
  9. The email.module requires the content.module to be installed.
  10. For optional encryption of addresses: invisimail.module
  11. INSTALLATION:
  12. -------------
  13. 1. Place the entire email directory into your Drupal modules/
  14. directory.
  15. 2. Enable the email module by navigating to:
  16. administer > modules
  17. Features:
  18. ---------
  19. * validation of emails
  20. * turns addresses into a mailto link
  21. * encryption of addresses to avoid spam (requires invisimail.module)
  22. * contact form to hide mail addresses completely
  23. Author:
  24. -------
  25. Matthias Hutterer
  26. mh86@drupal.org
  27. m_hutterer@hotmail.com