Use double underscores in mail id

Created on 3 August 2011, almost 13 years ago
Updated 14 July 2023, 11 months ago

### Problem/Motivation

http://api.drupal.org/api/drupal/includes--mail.inc/function/drupal_mail/8

 $message = array(
    'id' => $module . '_' . $key, 

should be

 $message = array(
    'id' => $module . '__' . $key, 

That would make it easier to identify and alter emails, and could also avoid possible id collisions.

### Proposed resolution

### Remaining tasks

πŸ’¬ Support request
Status

Closed: outdated

Version

10.0 ✨

Component
MailΒ  β†’

Last updated 1 day ago

No maintainer
Created by

πŸ‡­πŸ‡ΊHungary Pasqualle πŸ‡­πŸ‡Ί Budapest

Live updates comments and jobs are added and updated live.
  • Needs subsystem maintainer review

    It is used to alert the maintainer(s) of a particular core subsystem that an issue significantly impacts their subsystem, and their signoff is needed (see the governance policy draft for more information). Also, if you use this tag, make sure the issue component is set to the correct subsystem. If an issue significantly impacts more than one subsystem, use needs framework manager review instead.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • The Needs Review Queue Bot β†’ tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".

    Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.

    Consult the Drupal Contributor Guide β†’ to find step-by-step guides for working with issues.

  • Status changed to Closed: outdated 11 months ago
  • πŸ‡ΊπŸ‡ΈUnited States cilefen

    I am closing this based on #21.

Production build 0.69.0 2024