How to send a file download link via email.
Hi Guys,
In form there is a file field to upload image files. After submission of form i need to send email with download link of uploaded image file to public user. It means i need to create public download link of uploaded image file.
How can i achieve this?
Thank you.