General Actions:
| A panel that gives an user the ability to send the current wiki page through email |
| Type | XAR |
| Developed by | |
| License | GNU Lesser General Public License 2.1 |
This application uses the MailSender plugin's send HTML page method and the Show / hide DIV code snippet.
In order to work properly, it requires the following conditions to be met :
It offers the ability to send any wiki page by email. The recipient's email can be typed in the recipient field. Clicking on the "more" button displays 3 additional fields : CC, BCC and COMMENT & 2 checkboxes : Include page comments and attachments.
The email sent is the HTML version of the rendered content of the page the user is viewing. In case its email client does not support HTML emailing, the alt field is fed with the page's original wiki markup content. A page can be sent to several recipients provided their email addresses are comma-separated (people1@mail.com,people2@mail.com,...).
The panel in its default state.

The full panel displaying more options when opened.

The panel when the email has been sent properly.

The panel when the email has not been sent.

The resulting HTML email.

The resulting HTML email when an image is attached to the page.

As this is a panel stored in a XAR, it can be easily installed using XWiki's Import feature.
The first implementation of the Send Page By Email panel. It provides basic functionality that should be enough to meet most users needs.