Issue with Passing Custom Variables to Twig Template

Created on 31 October 2024, 5 months ago

Problem/Motivation

I am facing a problem passing variables to a custom template. I am using Drupal 10 with the latest version of your module.

When using this code:


$mailManager = \Drupal::service('plugin.manager.mail');
/** @var \Drupal\Core\Mail\MailManagerInterface $mailManager */
$params = [
  'subject' => $title,
  'body' => $message,
  'exam' => 'exam',
];

$result = $mailManager->mail('exam', 'exam', $to, $langcode, $params, $reply, $send);

After sending the email using the above code, I don't see the variable exam in the template. Why is this happening?

Steps to reproduce

1. Install this module with all dependencies.
2. Create a custom Twig template like mimemail-messages--[module].html.twig.
3. Send an email using the above template.
4. The variable passed in the $params array exam does not appear in the email.

πŸ› Bug report
Status

Active

Component

Code

Created by

πŸ‡ΈπŸ‡¦Saudi Arabia abdulaziz zaid Riyadh

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

Comments & Activities

Production build 0.71.5 2024