symfony / swiftmailer-bundle

Symfony Swiftmailer Bundle
https://symfony.com/swiftmailer-bundle
MIT License
1.56k stars 151 forks source link

Resolves ignored stream_options treatment #289

Closed MAGlCUS closed 4 years ago

MAGlCUS commented 5 years ago

[fix] Resolve ignore stream_options treatment

If you use stream_options to send an email, the setting is ignored if you use URL or if you put the configuration directly in swiftmailer.yaml

With these changes, the issues are solved.

derflocki commented 4 years ago

As I have just been affected by this issue, is there anything I can help with to get this merged?

fabpot commented 4 years ago

Thank you @MAGlCUS.