Webform Email Attachment
No security coverage
Webform ecosystem
This module enables private files uploaded through webforms to be automatically attached to emails. It bypasses default security restrictions in Symfony Mailer that would otherwise prevent these attachments from being sent.
This module solves the issue where Symfony Mailer blocks private files from being attached to webform emails. By default, Symfony Mailer requires explicit authorization for private file attachments. This module automatically grants access to attachments for webform emails, allowing private files uploaded through webforms to be successfully attached and sent via email.