---
title: "Can I use Symfony Mailer Lite with Platform Email?"
date: "2025-02-04T14:26:27+00:00"
summary: "Configure Symfony Mailer Lite with Platform Email using Sendmail transport for seamless email delivery in Drupal applications."
image:
type: "article"
url: "/acquia-cloud-platform/help/61066-can-i-use-symfony-mailer-lite-platform-email"
id: "7f8d840e-7341-4701-a581-a3f871871377"
---

Yes. Symfony Mailer Lite is compatible with Platform Email.

To set up Symfony Mailer Lite:

1.  Create a transport and set **Transport type** as **Sendmail**.
    
2.  Set the **Sendmail** command as `/usr/sbin/sendmail -t`.
    
3.  Delete any other transports. You must have only Sendmail transport.
    

Note

*   If the [Symfony Mailer](https://www.drupal.org/project/symfony_mailer "https://www.drupal.org/project/symfony_mailer") module is installed on the site, [Symfony Mailer Lite](https://www.drupal.org/project/symfony_mailer_lite "https://www.drupal.org/project/symfony_mailer_lite") might not work as expected.
    
*   The preceding instructions are tested in Drupal 10 applications. If you use another Drupal version, the instructions might change.