Open angerized opened 1 month ago
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Debug mode
Describe the bug
Hello,
I decided to open a new issue, sorry if this is a duplicate, but I think that it is a bit different than #14991.
Mail can not be sent after upgrading from Debian 11 and Snipe-It 6.something to Debian 12 and Snipe-It 7.0.11.
I am using an internal anonymous relay connector on our Exchange, on port 25 that worked fine until the update.
When running "php artisan snipeit:expiring-alerts" I get this error:
I tried editing the .env and add the "MAIL_TLS_VERIFY_PEER=false", but it is still the same.
I cleared my cache and so on, the issue seems to come from the connector falsely advertising STARTTLS or something, and Symfony enforcing it.
There seems to be a new parameter in Symfony 7.1 to disable auto_tls: https://symfony.com/doc/current/mailer.html#disabling-automatic-tls
Could there be an .env variable to reflect this setting?
Reproduction steps
Expected behavior
Email should work as before.
Screenshots
No response
Snipe-IT Version
7.0.11
Operating System
Debian 12
Web Server
Apache
PHP Version
8.2.20
Operating System
No response
Browser
No response
Version
No response
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
No response
Additional context
No response