Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.3
-
Fix Version/s: 4.2.0
-
Component/s: CiviReport
-
Labels:None
Description
The help text for the 'Email Delivery Settings' section in the 'Report Settings' includes the statement, 'Multiple email addresses should be separated by commas.' Entering two or more addresses separated by commas results in a badly formatted To: header in the outbound email.
The CRM_Utils_Mail::send function that actually sends the report expects the 'To' email to be a single address.
Attached patch changes the help text to make this more clear.