Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: eMail.

eMail: Difference between revisions

From MoodleDocs
No edit summary
(see also forum link)
Line 37: Line 37:


For use eMail, remember that you must add the ''eMail List'' block.
For use eMail, remember that you must add the ''eMail List'' block.


==Capabilities==
==Capabilities==
Line 47: Line 46:
* '''createfolder''': Allows a user to create subfolders for inbox and sendbox folders. [https://docs.moodle.org/en/Capabilities/block/email_list:createfolder See more]
* '''createfolder''': Allows a user to create subfolders for inbox and sendbox folders. [https://docs.moodle.org/en/Capabilities/block/email_list:createfolder See more]
* '''editsettings''': Allows a user to edit their eMail settings. [https://docs.moodle.org/en/Capabilities/block/email_list:editsettings See more]
* '''editsettings''': Allows a user to edit their eMail settings. [https://docs.moodle.org/en/Capabilities/block/email_list:editsettings See more]
==See also==
*Using Moodle [http://moodle.org/mod/forum/view.php?id=7223 eMail plugin forum]


[[Category:Contributed code]]
[[Category:Contributed code]]

Revision as of 10:04, 3 September 2008

The eMail is an integrated internal mailing system for Moodle.

eMail is a tool of private communication between members of the same site of Moodle, particularly among members of the same course. eMail offers the advantage that only depends on the Moodle for its own operation, leaving behind all the problems leading to a mail service separate from installing Moodle, for example, spam problems.

eMail is a contribution of Center of Information Technologies of University of the Balearic Islands to Moodle.

Characteristics

The characteristics are:

  • Send mail, with copies or BCC.
  • Add attachments.
  • Searching for:
    • Folders.
    • Courses.
    • Users.
    • Type of message (to, cc or bcc).
    • For sent mails.
    • For received mails.
  • Management subfolders (Inbox, Sendbox and bin).
  • Draft folder.
  • Listings of my courses, to provide better access to them.
  • Block post pending read.
  • Sort and paging mails.
  • Overview of all mails from all courses.(General view).
  • Send mail (in personal mail xxxx@xxxx.com) staff from the new mail received from him.
  • Ability to associate personal folders courses.
  • Preferences.
  • eMail can be configured through the configuration of the block (email_list)

How to install

  • Download eMail version for your Moodle.
  • Unpack the archive using: tar -xzvf eMail-VERSION.tar.gz or unzip eMail-VERSION.zip.
  • Copy email_list folder (eMail/blocks) into your moodle blocks folder (moodle/blocks/).
  • Login as Admin, and click in Notifications admin block link, and eMail will be install.

For use eMail, remember that you must add the eMail List block.

Capabilities

eMail List block has a set three capabilities that allow to eMail adapt to your needs.

This capabilities are:

  • sendmessage: Allows a user to send messages to other users. See more
  • createfolder: Allows a user to create subfolders for inbox and sendbox folders. See more
  • editsettings: Allows a user to edit their eMail settings. See more

See also