Page 1 of 1

Thank you mail/message after successful file download

Posted: 03 Feb 2017, 10:43
by irfan.raza
I want to send an automated "Thank you email" to all registered user's, who download files from my website. Is there any way to configure this email/message on Phocadownload. An early response will be highly appreciable.

Thank you.

Re: Thank you mail/message after successful file download

Posted: 05 Feb 2017, 18:18
by Jan
Hi, this needs to be customized, I think the best way is to change the language strings which are displayed in email. :idea:

Jan

Re: Thank you mail/message after successful file download

Posted: 05 Feb 2017, 19:00
by irfan.raza
Can you plz explain how I can change language strings for my desired solution?

Re: Thank you mail/message after successful file download

Posted: 05 Feb 2017, 19:58
by Jan
Hi, email includes language strings:

administrator\components\com_phocadownload\libraries\phocadownload\mail\mail.php

There is a body of sent email, it includes language strings. You can add your text directly there or change the language strings.

Language strings are stored in files inside language folders: https://www.phoca.cz/documents/46-transl ... -in-joomla


Jan

Re: Thank you mail/message after successful file download

Posted: 06 Feb 2017, 07:25
by irfan.raza
Does it work every time automatically when a user download any file from Phocadownload...? Can I add any further emails by following these steps...?

Re: Thank you mail/message after successful file download

Posted: 06 Feb 2017, 07:55
by irfan.raza
If the function is already there, then how can I enable/activate it... Sorry I am not a techy guy.. can you explain it in easy steps

Re: Thank you mail/message after successful file download

Posted: 08 Feb 2017, 17:23
by Jan
Hi, in options you can set who gets the email when the file is downloaded or uploaded. If this does not fit your needs, then this feature needs to be customized. :idea:

Jan

Re: Thank you mail/message after successful file download

Posted: 09 Feb 2017, 13:45
by irfan.raza
I have tried that option but that selects only one user at a time whereas I want to send email to every user who registered him/herself on my website and download any file from the phocadownload section.

Re: Thank you mail/message after successful file download

Posted: 10 Feb 2017, 14:04
by Jan
Hi, in such case, this function needs to be customized - instead of selected user, the user how downloads/uploads needs to be set directly in php code :idea:

Jan