gray Posted December 15, 2020 Share Posted December 15, 2020 SMTP emails not being sent. Appears to be a lot of Symphony errors as well - PS1.7.7 Error log report Swift Error: Failed to authenticate on SMTP server with username \"[email protected]\" using 2 possible authenticators In searching web I find https://www.thenoccave.com/2016/02/17/swift-mailer-failed-to-authenticate-on-smtp-server-with-username/ My app/config/config.yml lists swiftmailer: as being Quote # Swiftmailer Configuration swiftmailer: transport: "%mailer_transport%" host: "%mailer_host%" username: "%mailer_user%" password: "%mailer_password%" spool: { type: memory } Whereas in the link above it shows password, encryption and port being required. Quote swiftmailer: transport: "%mailer_transport%" host: "%mailer_host%" username: "%mailer_user%" password: "%mailer_password%"<br> encryption: %mailer_encryption%<br> port: %mailer_port%<br> spool: { type: memory }<br> Anybody have any further information or guidance as to whether this is the way to go ?? Link to comment Share on other sites More sharing options...
Tecc Posted February 6, 2021 Share Posted February 6, 2021 I have the same problem when using a shop version 1.7.6.9 with php 7.2. Did you find any solution? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now