Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-10489

Add ability to send a full wiki page by email

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Unresolved
    • Major
    • None
    • 6.1-milestone-2
    • Mail
    • None
    • Unknown

    Description

      The goal is to add support for the following example:

      {{velocity}}
      #set ($message = $services.mailsender.createMessage("localhost@xwiki.org", "john@doe.com", "subject test"))
      #set ($discard = $message.addPart("xwiki/document", $services.model.createDocumentReference('', 'Main', 'WebHome')))
      #set ($discard = $message.send())
      {{/velocity}}
      

      Attachments

        Activity

          People

            vmassol Vincent Massol
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: