====== mailto plugin ======
---- plugin ----
description: mail the current page to several people
author : Cédric Villemain
email : cedric.villemain@dalibo.com
type : action syntax
lastupdate : 2009-10-13
compatible : 2009-02-14b
depends :
conflicts :
similar :
tags : email command
downloadurl: http://dalibo.org/_media/mailto.tgz
----
===== Download and Installation =====
Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the following URL. Refer to [[:Plugins]] on how to install plugins manually.
* http://dalibo.org/_media/mailto.tgz
==== Add the Button to the template ====
Add the button by adding the following lines to your template in main.php where
you want it to appear.
Feel free to adjust the test for your requirements.
==== Adjust setting ====
Some config options are avaible and need to be adjusted via [[plugin:config|Configuration Manager]]
===== Syntax and Usage =====
Simply put the following code into your page:
~~MAILTO:Real Name,Real CC1,Real CC2,~~
It help the plugin know the emails, TO first, then all others are CC.
It is replaced by an apprioriate sentence depending the mail have already been sent or not.
===== README =====
This plugin actually send the raw wiki and the title as mail subject.
===== TODO =====
There are still some TODOs in the code, and one of the most important is to make **renderer plugin** to output an email.