You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use the new neos/swiftmailer package (^6) and try to send attachments via the e-mail finisher you get the following error:
Call to undefined method Swift_Attachment::newInstance()
From the error, it's clear that Swift_SmtpTransport class doesn't have a newInstance method.
The text was updated successfully, but these errors were encountered:
Previously the `EmailFinisher` threw an exception when using
attachments and a `swiftmailer/swiftmailer` version 6+:
Call to undefined method Swift_Attachment::newInstance()
This is fixed with this change. Older SwiftMailer versions
are still supported.
Resolves: #112
copied from neos/form-builder#49
The text was updated successfully, but these errors were encountered: