Please:
how can I attach a file upload to email, instead of sending the link ?
Thanks and regards
Started 5 months ago by pauloferreira | 2 posts |
Please:
how can I attach a file upload to email, instead of sending the link ?
Thanks and regards
I'm afraid it won't be possible to actually attach the file to the email. However, you can achieve similar result by editing the "download.php" file.
So that when you click the download link from within the email, you won't be prompted to enter your machform username and password.
To do this, you will need to edit your "machform/download.php" file, search around line 13 for this code:
require('includes/check-session.php');
remove that line.
MachForm Founder
You must log in to post.