You are here

README.txt in Email Field 6

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.2 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.
optional modules: invisimail, spamspan, token, views


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 for CCK.
  7. REQUIREMENTS:
  8. -------------
  9. The email.module requires the content.module to be installed.
  10. optional modules: invisimail, spamspan, token, views
  11. INSTALLATION:
  12. -------------
  13. 1. Place the entire email directory into your Drupal sites/all/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 mailto links
  21. * encryption of email addresses with
  22. o Invisimail (Drupal 5 + 6) (module needs to be installed)
  23. o SpamSpan (Drupal 6 only) (module needs to be installed)
  24. * contact form (see Display settings)
  25. * provides Tokens
  26. * exposes fields to Views
  27. Note:
  28. -----
  29. To enable encryption of contact form, see settings under the Display fields tabs
  30. Author:
  31. -------
  32. Matthias Hutterer
  33. mh86@drupal.org
  34. m_hutterer@hotmail.com