Bug #24599
closedUse Swift Mailer in core (t3lib_mail_*) and deprecate t3lib_htmlmail and related settings
0%
Description
File attachment are currently simply ignored or cause time outs if they are part of nested mime parts.
Furthermore parts of a multipart message are not checked to see if they are multipart themselves (nested MIME parts).
Powermail sends multipart/mixed messages with in the first part the form data and in the other parts the file attachments. The form data is a multipart/alternative message with a plain text and HTML part.
Make normal form content element and define a file upload field. The resulting email does not contain the attachment.
Make Powermail form with a file upload field. After submitting the form a timeout occurs within the Swift Mailer code which tries to encode a huge part of the incorrectly parsed mail.
(issue imported from #M17065)
Files