owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.4k stars 2.05k forks source link

Swiftmailer has reached EOL in Nov '21 #40564

Open enbrnz opened 1 year ago

enbrnz commented 1 year ago

According to the core/composer.json core is using Swiftmailer

The Swiftmailer documentation states:

Swift Mailer will stop being maintained at the end of November 2021. Swiftmailer is not maintained anymore. Use Symfony Mailer instead. Read more on Symfony's blog.

I would exepct ownCloud to use supported PHP components in case of security issues.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.

phil-davis commented 1 year ago

Still needs to be done. composer reports: Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.