Problem/Motivation

After installation of vs. 4.0, the form at /admin/config/services/simplenews/settings/mail reads:

Generate plain-text alternative

Generate plain-text alternative for HTML mails (less recommended). If you are using the recommended Swift Mailer module then disable this option and allow that module to generate them. If you enable this option then you need to configure both "Email: HTML" and "Email: Plain" view modes.

Proposed resolution

replace Swift Mailer with Symfony Mailer
as anywhere else in the UI

Issue fork simplenews-3426415

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

nofue created an issue. See original summary.

ressa made their first commit to this issue’s fork.

ressa’s picture

Version: 4.0.0 » 4.x-dev
Category: Feature request » Task
Status: Active » Needs review

Thanks for reporting @nofue, I updated the module to Drupal Symfony Mailer.

adamps’s picture

Status: Needs review » Needs work

Great thanks. URLs inside translation should be a parameter, like this line from simplenews_help():

      $help .= "<p>" . t('For more information, see the online handbook entry for <a href=":handbook">Simplenews</a>.', [':handbook' => 'http://drupal.org/node/197057']) . "</p>\n";

Keshav Patel made their first commit to this issue’s fork.

keshav patel’s picture

Status: Needs work » Needs review

Updated as per #5, please review.

adamps’s picture

Thanks, looks good to me. Can anyone else test it please and set RTBC?

azizos’s picture

Status: Needs review » Reviewed & tested by the community

I've tested it and it looks good to me too.

  • AdamPS committed df3bdbb8 on 4.x authored by ressa
    Issue #3426415 by ressa, Keshav Patel, AdamPS, azizos: Generate plain-...
adamps’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.