Page 1 of 1

Description and Download Link in email

Posted: 24 Nov 2016, 14:26
by pat01
Hello

After the user upoads a file using front end upload, the Admin gets an email.

How can I add to this email:
- the description entered by the user
- a download link to the file

?

Thank you very much!

Regards
Patrick

Re: Description and Download Link in email

Posted: 28 Nov 2016, 22:54
by Jan
Hi, this needs to be customized directly in the code, the email function is here:

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

components\com_phocadownload\views\user\view.html.php

Code: Select all

PhocaDownloadMail::sendMail((int)$this->t['send_mail_upload'], $post['title'], 2);
Jan

Re: Description and Download Link in email

Posted: 29 Nov 2016, 09:24
by pat01
OK, thanks!

Re: Description and Download Link in email

Posted: 05 Dec 2016, 02:05
by Jan
Ok