- Issue created by @Ilyna
- Issue was unassigned.
- Status changed to Postponed: needs info
7 months ago 2:05pm 12 April 2024 - πΊπΈUnited States zengenuity
I tested a fresh install of this module with the settings you show configured. When I created a new user account, I received the email notifications fine. The body had the standard text in it, converted to HTML.
<p>testcreate,</p> <p>Thank you for registering at Drupal 10. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.</p> <p>-- Drupal 10 team</p>
Perhaps you should check your Plain Text text format to make sure there's nothing in there that could be interfering with the conversion of the text.
- π¬π§United Kingdom Alex G
I've just hit the issue myself.
The value of the field was indeed ''.
I set the config with drush -y config-set symfony_mailer_lite.message text_format plain_text and now it works as expected.
We had migrated from Swift mailer straight onto 1.0.6.
However I couldn't replicate with a fresh install of the module on another site.