- Issue created by @goose2000
- 🇺🇦Ukraine Tyapchyc
I tried to reproduce this issue on drupal 10.2.7 /
8.x-3.x-dev (Mailpit to catch emails), can not reproduce, need either more details or close this issue. - Assigned to PrabuEla
- Issue was unassigned.
I'm having the exact same issue, where any email sent gets sent twice, once using the pathauto url and once without. This happens with any combination of settings from the module configuration page.
Drupal 10.3.1
PHP 8.1.13
Version 8.x-3.6- 🇫🇷France ara martirosyan
actually, the potential reason why emails are sent twice could also be
becasue of calling $node->save() insdie a hook_form_alter for the node form
that triggers the hooke_entity_update twice where the email itself is triggered
https://git.drupalcode.org/project/content_moderation_notifications/-/bl...
https://git.drupalcode.org/project/content_moderation_notifications/-/bl... - 🇺🇦Ukraine Tyapchyc
Could anyone reproduce this issue on a fresh Drupal installation?