skip to Main Content

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

TYPO3 9.5 – PLESK 17.8 – NGINX

have someone nginx and plesk without apache running? Can someone share his nginx config for TYPO3 version 9, because mine which I have used so far (for TYPO3 6-8) no longer works, every subpage redirects to the start page -…

VIEW QUESTION

Memcached – Create a Cache Provider class in Symfony

We have memcache on our Symfony 3.4 app: cache: app: cache.adapter.memcached default_memcached_provider: "%app.memcached.dsn%" However, we've been asked to use several cache servers, so just passing one DSN is no good. Looking here (https://symfony.com/blog/new-in-symfony-3-3-memcached-cache-adapter), I see you can create it in…

VIEW QUESTION
Back To Top
Search