You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using MAILER_DSN=gmail://password@default, I suddently got the message
The "gmail" scheme is not supported.
It happen when bumping some debian/php/node version and updated some non-mailer-related libraries, I strictly don't know if it related.
After multiple try, It was related to the fact I added the symfony/google-mailer to the require-dev instead of require section.
When adding it to the require section, it works fine.
But, when installing this mailer there is a message saying it should not be used in production ; and I'm using something else. So I don't need to install the symfony/google-mailer in production, only locally, on dev environment. So it makes sens to me to put it in the require-dev section.