Can I use Symfony Mailer with Platform Email?¶
Yes. Symfony Mailer is compatible with Platform Email. However, you must update the following code in the sites/default/settings.php
file:
$settings['mailer_sendmail_commands'] = [
'/usr/sbin/sendmail -t'
];
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.