source: sipes/modules_contrib/email/README.txt @ c43ea01

stableversion-3.0
Last change on this file since c43ea01 was 177a560, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100755
File size: 958 octetos
Línea 
1***********
2* README: *
3***********
4
5DESCRIPTION:
6------------
7This module provides an email field type for CCK.
8
9
10REQUIREMENTS:
11-------------
12The email.module requires the content.module to be installed.
13optional modules: invisimail, spamspan, token, views
14
15
16INSTALLATION:
17-------------
181. Place the entire email directory into your Drupal sites/all/modules/
19   directory.
20
212. Enable the email module by navigating to:
22
23     administer > modules
24
25
26Features:
27---------
28  * validation of emails
29  * turns addresses into mailto links
30  * encryption of email addresses with
31      o Invisimail (Drupal 5 + 6) (module needs to be installed)
32      o SpamSpan (Drupal 6 only) (module needs to be installed)
33  * contact form (see Display settings)
34  * provides Tokens
35  * exposes fields to Views
36
37
38Note:
39-----
40To enable encryption of contact form, see settings under the Display fields tabs
41
42
43Author:
44-------
45Matthias Hutterer
46mh86@drupal.org
47m_hutterer@hotmail.com
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.