apertus.org drupal7 rule to send email when new website comment was published does not work anymore
Description
Description
Comment Actions
Mimemail module is disabled, so the rule was not working. Switched to sending simple email (without the need for mimemail)
so it should be fixed for good (with or without mimemail).
Question : why did we disable mimemail?
Comment Actions
it should be the contrary, since the rule that sends email from article also rely on mimemail. Weird.
Here is the rule : https://apertus.org/admin/config/workflow/rules/reaction/manage/rules_send_email_when_node_is_published
Comment Actions
If I remember correctly the problem was that we cannot send mail without smtp authentication anymore and that the default mailer did not support.
Please mark resolved once tested.