Allow commas in the Display name (Display name) when building the recipients

Comments

andreyjo0785 created an issue. See original summary.

andreyjo0785’s picture

StatusFileSize
new1.38 KB

This is the solution implemented

estebanvalerio.h’s picture

StatusFileSize
new1.38 KB

Your patch was creating a wrapper array when $to variable is an array, causing messages not to be sent.
The patch attached fixed the issue

estebanvalerio.h’s picture

estebanvalerio.h’s picture

StatusFileSize
new989 bytes

Updated patch that fix wrapper array

estebanvalerio.h’s picture

StatusFileSize
new985 bytes

Updated patch that fix wrapper array. Patches uploaded before were incorrect