- 🇷🇴Romania idflorin
quick and dirty:
at
/web/modules/admin_content_notification/src/AdminContentNotificationService.phpchange
$to = empty($admin_email) ? \Drupal::config('system.site')->get('mail') : 'noreply@noreply.com';
with
$to = $admin_email;
- 🇮🇳India manish.upadhyay
Hey idflorin,
You can implement hook_mail_alter to change the email address as per your convenience.
Thanks,
Hey manish.upadhyay,
can you explain a little bit more where/how to implement hook_mail_alter to change the email address.
I get the same "Undelivered Mail Returned to Sender" on noreply@noreply.com since I updated to 3.9
or is the 4.0-Version the solution? I looked at the code of 4.0 but i lokks to me there is no change to the noreply@noreply.com - section.
Thanks in advance