Needs review
Project:
Business Rules
Version:
3.x-dev
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2019 at 09:19 UTC
Updated:
25 Mar 2024 at 19:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lexsoft00 commentedHi @paulwdru,
You can easily send to multiple emails if needed (For multiple recipients, use semicolon(;)). It can be a workaround.
You if want CC you will need to extend the SendEmail Action in a custom module.
Comment #3
paulwdru commentedHi Lexsoft,
The persons put in CC column mean that the email is for their reference only whereas BCC serves as a reference for the sender that an email with the content has been successfully sent out. This module looks very well-planned with flowcharts and etc but surprisingly the said basic email features were omitted as well as Attachment.
I'll stick with Rules module until this module becomes usable without requiring custom modules for such basic emailing features otherwise defeats the purpose of using it. Thanks
Comment #4
lexsoft00 commentedHi @paulwdru,
Adding CC and BCC is not a big problem. I will see if time permits to provide you with a patch for the requested features.
Attachment are not natively supported by Drupal. You will need to use an extra module called swiftmailer to achieve this functionality.
Comment #5
lexsoft00 commentedComment #6
lexsoft00 commentedComment #7
lexsoft00 commentedMinor correction.
Comment #8
loziju commentedRerolled for 2.0.0-beta1.
No interdiff as structure is a bit different.
Comment #9
hodba commentedRerolled for 3.0@beta and adding a fix error "Error sending email: Email "" does not comply with addr-spec of RFC 2822." when CC or BCC fields are empty.
Tested with Drupal 10.
Comment #10
rcodina