- Issue created by @drupalbubb
I want to configure a simple Newsletter with Rules, but 0 mails are sent. Log says "Successfully sent email to 0 out of 0 users having the role(s) authenticated".
What to put into the roles field for authenticated users? Machine name und display name are here both "authenticated".
Have a content type for your news, add a Rules event, like "Machine name: rules_entity_insert:node--article". No condition, but the action "Send email to all users of a role", like: "Parameters: roles: [authenticated], subject: News: {{ node.title }}, message: {{ node.body }}, reply: '', language: '' "
Active
3.0
Actions