How to Customize Emails Sent from OSDownloads Pro

Documentation for Joomla 3

The OSDownloads Pro Joomla 3 extension allows you to send the file download link to the user's email. This is a useful way to verify that their email address is working and correct.

Here is how you can set this in the administrator panel of your Joomla 3 site.

  • Go to "Components" > "OSDownloads Pro" > "Files" > "Options". This button is at the right top corner of the screen.
  • You will see the "OSDownloads Pro Configuration" screen, as shown in the next image. Click the "Email Confirmation" tab and set "Use Email Confirmation" parameter to "Yes":

the use email confirmation parameter

In the email body, be sure to include {{download_url}}. For example, this code will work:
<a href="/{{download_url}}">Click here to download your {{name}} file</a>.

{{name}} and {{category}} are also available to use as tokens in the email if desired. They'll be replaced by the respective item's information in the email.

This is an example of how your email will look to your visitor:

osdownloads email example

Documentation for Joomla 5

The OSDownloads Pro Joomla 5 extension allows you to send the file download link to the user's email. This is a useful way to verify that their email address is working and correct.

Here is how you can set this in the "System Dashboard" of your Joomla 5 site.

  • Go to "Components" > "OSDownloads Pro" > "Files":

go to components osdownloads files

  • In the top right corner of the screen, click the "Options" button:

02 click options

  • You will see the "OSDownloads Pro Configuration" screen, as shown in the next image. Click the "Email Confirmation" tab and set the "Use Email Confirmation" parameter to "Yes":

04 set the use email confirmation parameter to yes joomla4

  • You will see the "Email Subject" and "Email Body" fields appeared underneath this parameter, as shown in the next image:

the new field appeared

  • Fill in these new fields as you see fit:

new subject and body of the email confirmation

In the email body, be sure to include {{download_url}}. For example, this code will work:
<a href="/{{download_url}}">Click here to download your {{name}} file</a>.

{{name}} and {{category}} are also available to use as tokens in the email if desired. They'll be replaced by the respective item's information in the email.

This is an example of how your email would look like to your visitor:

osdownloads email example