yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 149 forks source link

Feature/allow symfonymailer in mail panel #498

Closed vansari closed 1 year ago

vansari commented 1 year ago
Q A
Is bugfix?
New feature? ✔️
Breaks BC?

The swiftmailer package is abadoned and it is suggested to be replaced with symfony/mailer which can be done with yii2-symfonymailer.

In this extension you can get extra data from the mail if you use the swiftmailer but not if you use the suggested package yii2-symfonymailer.

This Merge Request will add the support to get the extra data from the symfonymailer message. It should not breaking anything if the symfonymailer is not installed and used.

It would be nice to unit test this but it isn't possible with this setup. If you have any idea how I can test it please let me know.

bizley commented 1 year ago

Please add a CHANGELOG line, thanks.

samdark commented 1 year ago

Thank you!