Problem/Motivation

Follow up #3310559: Remove swiftmailer and mailsystem from Rocketship Core.

The profile should contain all necessary configuration for symfony_mailer to work well on local and other environemnts.

Remaining tasks

1. Clean up any usages of mailsystem.
2. Add dependency Symfony Mailer.
3. Set up smtp mailer transport.
4. Add smpt mailer transport to local config split.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

nginex created an issue. See original summary.

nginex’s picture

Title: Replace swiftmailer and mailsystem by Symfony Mailer » 3350469-setup-symfony-mailer
Assigned: nginex » Unassigned
Status: Active » Needs review
nginex’s picture

Title: 3350469-setup-symfony-mailer » Replace swiftmailer and mailsystem by Symfony Mailer
nginex’s picture

Assigned: Unassigned » nginex
Status: Needs review » Needs work

Going to provide hook_update_N script to support seamless update for existing projects.

nginex’s picture

Assigned: nginex » Unassigned
Status: Needs work » Needs review

The only manual step after updating to new version will be copy symfony_mailer.settings from ../config/splits/local to ../config/sync and changing default_transport to sendmail.

This will be mentioned in the release notes

  • nginex committed 6da2609c on 6.0.x
    Issue #3350469: Replace swiftmailer and mailsystem by Symfony Mailer
    
nginex’s picture

Status: Needs review » Fixed

Preparing a new release.

nginex’s picture

Status: Fixed » Closed (fixed)

Available in the new release