Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Support SwiftMailer 6.x #113

Merged
merged 1 commit into from
Jun 16, 2020
Merged

Conversation

bwaidelich
Copy link
Member

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

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
@bwaidelich bwaidelich merged commit bd058e2 into 4.3 Jun 16, 2020
@bwaidelich bwaidelich deleted the feature/112-swiftmailer-6-support branch June 16, 2020 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant