Emails are not delivered

"v=spf1 a mx ipv4:88.99.224.187 -all"

More information

full documentation of sending emails is available here:

https://symfony.com/doc/current/mailer.html#using-built-in-transports

you can change mailer configuration manually by modyfying value of MAILER_URL in configration file:

zz_engine/.env.local.php

to send email using local sendmail change MAILER_URL to:

'MAILER_URL' => 'sendmail://default',