Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Clicking Clicki the Share button (in the bottom-right of the Filters Stripe) to open the Share window

Image RemovedImage Added


The share window contains two parts:

Top part -

...

Click on "Copy Link" to copy the current link to the clipboard, you may also copy

...

the link directly from the input box.

Bottom part - enter Enter email recipients (and an optional  message) and click on "Send Mail" to send them an email with the link to DPOD.
In order to send an email, the mail system parameters need to be configured - see System Parameters List for more information

Info

Accessing DPOD from a shared link will require login
There is no way to access DPOD's data without a DPOD user


Configuring Custom Share Email Format

...

  1. Create a file that contains your new template, it should be a plain text file
    The first line should contain the email's title 
    Other lines should contain the email's body, you may enter HTML tags such as <br>
    The following symbols will be replaced in the title/body:

    WhereSymbolMeaning
    Title and Body%productThe product's name (=DPOD)
    Title and Body%1The sending user's name
    Body%2The URL to share
    Body%3The user comment, as entered in the Share window


  2. Login to DPOD via ssh
  3. Create an empty file in /app/custom/template/shareMailTemplate.txt (you may need to create the folder  /app/custom/template/ if it does not exist)