skip to Main Content

PHP Fatal error: Uncaught Swift_TransportException: Connection could not be established with host ssl://smtp.gmail.com :stream_socket_client() – Php versions

I'm using Windows 10 with cmd. When I'm starting my index.php file, using php index.php I'm getting this error: PHP Fatal error: Uncaught Swift_TransportException: Connection could not be established with host ssl://smtp.gmail.com :stream_socket_client(): SSL operation failed with code 1. OpenSSL…

VIEW QUESTION

Symfony 4 swiftmailer configuration issues – Plesk

I have tried setting up SMTP in the dotenv file: MAILER_URL=smtp://mydomain.nl:25?encryption=tls&username=noreply%mydomain.nl&password=***` And I've sent an email using php bin/console swiftmailer:email:send. This gave me an error: [app] Exception occurred while flushing email queue: Connection could not be established with host webmail.mydomain.nl…

VIEW QUESTION
Back To Top
Search