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