/[drupal]/contributions/modules/mail/README.txt
ViewVC logotype

Diff of /contributions/modules/mail/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.7, Wed Jun 22 14:06:19 2005 UTC revision 1.8, Mon Nov 26 18:08:53 2007 UTC
# Line 1  Line 1 
1    $Id$
2    
3  mail.module  mail.module
4  README.txt  README.txt
5    
6  Description  Description
7  ------------  ------------
8    
9  This module is for sending emails to registered users.  It includes a  This module is for sending emails to registered users.  It includes a
10  custom "mail" content type, but can also be used to add emailing to any  custom "mail" content type, but can also be used to add emailing to any
11  existing content type.  See INSTALL file for installation.  existing content type.  See INSTALL file for installation.
12    
# Line 15  After installing the module, enable "Sen Line 17  After installing the module, enable "Sen
17  for roles you wish to be able to send emails.  Then to send an email,  for roles you wish to be able to send emails.  Then to send an email,
18  select create content > mail.  select create content > mail.
19    
20  To enable emailing for mail or other content types, go to the  To enable emailing for mail or other content types, go to the
21  configuration page for the particular content type, see  configuration page for the particular content type, see
22    
23  administer > content > configure > content types  administer > content > configure > content types
# Line 26  admin/node/configure/settings Line 28  admin/node/configure/settings
28    
29  and select "enabled" for the Email option.  and select "enabled" for the Email option.
30    
31  Then to send an email, select create content > mail  Then to send an email, select create content > mail
32  (or another content type with emailing enabled).  (or another content type with emailing enabled).
33    
34  Accepting Emails  Accepting Emails
35  ------------  ------------
36    
37  This module adds a new field to the user registration and editing  This module adds a new field to the user registration and editing
38  forms through which users can opt in to receiving site emails.  Emails  forms through which users can opt in to receiving site emails.  Emails
39  send from non-admin accounts will go out only to users who have opted  send from non-admin accounts will go out only to users who have opted
40  to receive emails.  However, mails sent from user accounts with the  to receive emails.  However, mails sent from user accounts with the
# Line 52  Attachments Line 54  Attachments
54    
55  Mail module is integrated with the core upload module.  To enable  Mail module is integrated with the core upload module.  To enable
56  sending of uploads, enable the upload module and ensure that  sending of uploads, enable the upload module and ensure that
 uploads are enabled for mail posts.  Any files uploaded with a  
 mail post will then be sent as attachments.  
57    uploads are enabled for mail posts.  Any files uploaded with a
58    mail post will then be sent as attachments.
59    
60    Bug Reporting
61    -------------
62    
63    http://drupal.org/project/issues/mail

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.2