Allow to globally set a default for email's format

Created on 23 August 2023, over 1 year ago
Updated 13 September 2023, over 1 year ago

Problem/Motivation

When adding an email-handler, in its Additional Settings the checkbox "Send email as HTML" is selected by default. But that results in plain text emails that contains HTML markup.

Proposed resolution

I'd like to change that default system-wide so that users don't have to consider that on each form creation.

✨ Feature request
Status

Closed: won't fix

Version

6.2

Component

User interface

Created by

πŸ‡©πŸ‡ͺGermany ronny89

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @ronny89
  • Status changed to Postponed: needs info over 1 year ago
  • πŸ‡ΊπŸ‡ΈUnited States jrockowitz Brooklyn, NY

    I think something is misconfigured via your mail handler/server.

    What mail handler are you using?

    Is your mail server blocking HTML emails.?

  • πŸ‡©πŸ‡ͺGermany ronny89

    i don't intend to deliver HTML formatted emails.

    i'm using what i would consider as the contributed email handler that comes with the Webform module. or do you mean the SMTP module that is sending the emails?

    to clarify:
    when said option to configure a form email handler's format is checked, which is the default, receivers will get a plain text email that contains literal HTML markup.
    if it is unchecked, everything is fine plain text.

    my intention is to uncheck that option by default for any new webform that is created and gets such handler attached.

  • Status changed to Closed: won't fix over 1 year ago
  • πŸ‡ΊπŸ‡ΈUnited States jrockowitz Brooklyn, NY

    You can unset sending HTML via custom code and a hook.

Production build 0.71.5 2024