I have installed the Webform, Mail MIME, and Includes modules in order to, apparently, send file attachments in a webform submission. Once I installed the Mail MIME module, I was able to create a form component within the webform that would attach a file. However, when I attach a file and send a message, the email I receive contains my message, but the file 'attachment' is nothing more than a URL to where the file is stored on the Drupal site. I would like the file to be sent with the email so that the user receiving the emails can simply download the file(s) from their mail client rather than having to follow a link to the site to download the file.
Also, if possible, is it possible not to store the attached files on the Drupal site? The webform will be used quite often and I don't want a bunch of files to take up so much storage space.
Does anyone have any solutions in mind?