I use gmail as an smtp server for my swiftmailer class.
however i get
The expected response code is 220, but received the code ", with the message" "in" \ classes \ Swift \ Transport \ AbstractSmtpTransport.php "
What does it mean?
I think this probably means that you sent an empty string to the SMTP server.
Make sure that none of your teams have line channels in them.
Can you register a transaction and insert a copy of the log?
see here for details on registering http://swiftmailer.org/docs/logger-plugin
I got this when I had the wrong setting in the factory.yml file as shown below.
class: Swift_SendmailTransport
But it should be the following.
class: Swift_SmtpTransport
Source: https://habr.com/ru/post/1266308/More articles:cakephp3- unable to get authorization header inside controller - phpwhy should I put babel presets inside .babelrc and webpack.config.js? - reactjsIs there a memory job storage for Hangfire? - c #Sorting an array of ranges ['55 -66 ','> 55 ',' <66 ']? - javascriptThe expected response code is 220, but received the code ", with the message" "in laravel 5.3 - phpJava heap allocation is 2 MB - javaCan't find my iOS in iTunes Connect after downloading Xcode - iosCreating dictionaries from arrays in Python - pythonPandas: the best way for MultiIndex columns - pythonHow to create a hard stop background in SASS / SCSS? - cssAll Articles