How do I configure the field to send an attachment only to email? 45 PostsCasper 4 years ago1TopicHappy new year everyone.How do I configure the Upload-image field to send an attachment only to email without saving it on a web server?Or maybe another field is used for this?Thank you in advance. 756 PostsOctopoos - Lioneladministrator 4 years ago0Level 1 Hi Casper, the file must be on the server before pushing it as attachment. You can use an Upload File Field to catch the file. Then in an Afterstore event, after the email is sent, you can delete the file. Regards