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
m (category edit)
Line 1: Line 1:
{{eMail}}
The '''eMail''' is an integrated internal mailing system for Moodle.
The '''eMail''' is an integrated internal mailing system for Moodle.


 
==How to install==
==Howto install==


* Download [http://moodle.org/mod/data/view.php?d=13&rid=701 eMail] version for your Moodle.
* Download [http://moodle.org/mod/data/view.php?d=13&rid=701 eMail] version for your Moodle.
* Unpack the archive using: tar -xzvf eMail-VERSION.tar.gz. You will now be left with a directory called "eMail", containing 3 folders ("email", "email_list" and "lang").
* Unpack the archive using: tar -xzvf eMail-VERSION.tar.gz. You will now be left with a directory called "eMail", containing 3 folders ("email", "email_list" and "lang").
* Enter on folder "eMail" and copy:
* Enter on folder "eMail" and copy:
** "email" into your moodle folder. For exemple, if your moodle folder called "moodle", copy "email" in there. You can use: cp ''email/'' ''path_to_moodle/''
** "email" into your moodle folder. For example, if your moodle folder called "moodle", copy "email" in there. You can use: cp ''email/'' ''path_to_moodle/''
** "email_list" into blocks folder, using: cp ''email/'' ''path_to_moodle/blocks/''
** "email_list" into blocks folder, using: cp ''email/'' ''path_to_moodle/blocks/''
** "lang" contain language translations. Copy corresponding files into your package languages. For exemple: ''cp lang/en_utf8/* path_to_moodle/lang/en_utf8/'' or ''cp lang/es_utf8/* path_to_moodle_'''DATA'''/lang/es_utf8/''.
** "lang" contain language translations. Copy corresponding files into your package languages. For exemple: ''cp lang/en_utf8/* path_to_moodle/lang/en_utf8/'' or ''cp lang/es_utf8/* path_to_moodle_'''DATA'''/lang/es_utf8/''.




[[Category:Block (non-statanrd)]]
[[Category:Contributed code]]
[[Category:Block_(non-statanrd)]]
 
[[Category:Modules (non-statanrd)]]
[[es:eMail]]
[[es:eMail]]
[[ca:eMail]]
[[ca:eMail]]

Revision as of 14:14, 15 February 2008

The eMail is an integrated internal mailing system for Moodle.

How to install

  • Download eMail version for your Moodle.
  • Unpack the archive using: tar -xzvf eMail-VERSION.tar.gz. You will now be left with a directory called "eMail", containing 3 folders ("email", "email_list" and "lang").
  • Enter on folder "eMail" and copy:
    • "email" into your moodle folder. For example, if your moodle folder called "moodle", copy "email" in there. You can use: cp email/ path_to_moodle/
    • "email_list" into blocks folder, using: cp email/ path_to_moodle/blocks/
    • "lang" contain language translations. Copy corresponding files into your package languages. For exemple: cp lang/en_utf8/* path_to_moodle/lang/en_utf8/ or cp lang/es_utf8/* path_to_moodle_DATA/lang/es_utf8/.