Sending a test e-mail results in error.

Created on 31 January 2023, about 2 years ago
Updated 1 February 2023, about 2 years ago

Problem/Motivation

When you try to send a test email, it gives

TypeError: Drupal\elastic_email\Plugin\Mail\ElasticEmailMailSystem::elasticEmailSend(): Argument #2 ($from_name) must be of type string, null given, called in /app/web/modules/contrib/elastic_email/src/Form/ElasticEmailSendTest.php on line 165 in Drupal\elastic_email\Plugin\Mail\ElasticEmailMailSystem->elasticEmailSend() (line 194 of modules/contrib/elastic_email/src/Plugin/Mail/ElasticEmailMailSystem.php).

Steps to reproduce

1. Apply fix for issue #3337920 📌 Configuration - "Test Email" tab not functional, throws error. Fixed
2. Go to /admin/config/system/elastic_email/test
3. Try to send test email.

Cause

It's due to this a line in ElasticEmailSendTest.php

$result = $this->sender->elasticEmailSend($site_mail, NULL, $to, $subject, $text_body, $html_body);

Since NULL is getting passed as the 2nd param, it throws error.

Proposed resolution

I guess this can be an opportunity to implement my feature request of Add ability to customize the e-mail's From Name Add ability to customize the e-mail's From Name Postponed and we could pass that value instead of the NULL.

📌 Task
Status

Active

Version

4.0

Component

Code

Created by

🇨🇦Canada No Sssweat

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

Comments & Activities

Production build 0.71.5 2024