Skip to content
Snippets Groups Projects
Select Git revision
  • 1.x
  • 2.x default
  • 1.6.2
  • 2.0.0-alpha4
  • 2.0.0-alpha3
  • 1.6.1
  • 2.0.0-alpha2
  • 2.0.0-alpha1
  • 1.6.0
  • 1.6.0-beta1
  • split_1.x
  • 1.5.0
  • 1.4.1
  • 1.4.0
  • 1.4.0-beta2
  • 1.3.2
  • 1.4.0-beta1
  • 1.3.1
  • 1.3.0
  • 1.2.2
  • 1.3.0-rc3
  • 1.3.0-rc2
22 results

symfony_mailer

  • Clone with SSH
  • Clone with HTTPS
  • Adam Shepherd's avatar
    Issue #3529246 by adamps, netsliver, zilloww, sebastix, renrhaf: [Regression...
    Adam Shepherd authored
    Issue #3529246 by adamps, netsliver, zilloww, sebastix, renrhaf: [Regression in 1.6] missing attachments from private://
    337815d4
    History

    Drupal Symfony Mailer

    This module provides a new mail-system based on the popular Symfony Mailer library giving full support of HTML mails, file attachments, embedded images, 3rd-party delivery integrations, load-balancing/failover, signing/encryption, async sending and more. Other libraries add capability for CSS inlining and HTML to text conversion.

    • For a full description of the module, visit the project page.
    • To submit bug reports and feature suggestions, or to track changes, use the issue queue.

    This file provides a brief introduction. Readers are strongly encouraged to read the full documentation that is regularly updated and expanded.

    Requirements

    This module requires libraries which will be automatically installed by the supported installation methods Composer or Ludwig. Manual installation is not supported.

    Installation

    Configuration

    Mailer Policy

    This module provides a GUI to customise outgoing emails in many different ways. Known as the Mailer Policy, it can be set at "Configuration » System » Mailer".

    There are many possible policies to apply including: subject; body; addresses (from, to, ...); theme, transport, convert to plain text. Each policy can be set globally or for emails of a specific type.

    Mailer Transport

    By default, Symfony Mailer uses the sendmail transport. You can configure a different transport such as SMTP at "Configuration » System » Mailer » Transport".

    This module provides a GUI for the built-in Symfony transports. 3rd-party transports can be configured using the "DSN" transport, and entering the DSN directly.