---
title: "Can I use Symfony Mailer with Platform Email?"
date: "2025-02-04T14:25:30+00:00"
summary: "Learn how to integrate Symfony Mailer with Platform Email and update your settings for seamless email functionality."
image:
type: "article"
url: "/acquia-cloud-platform/help/61061-can-i-use-symfony-mailer-platform-email"
id: "6c63ad9d-6392-4fcb-88aa-0e7488658040"
---

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'
    ];

  
For more information, visit [How To Configure Symfony Mailer module with Current Drupal.](/site-factory/help/93541-how-configure-symfony-mailer-module-current-drupal "How To Configure Symfony Mailer module with Current Drupal")