Allow commas in the Display name (Display name) when building the recipients
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | allow-commas-2809591-6.patch | 985 bytes | estebanvalerio.h |
Allow commas in the Display name (Display name) when building the recipients
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | allow-commas-2809591-6.patch | 985 bytes | estebanvalerio.h |
Comments
Comment #2
andreyjo0785 commentedThis is the solution implemented
Comment #3
estebanvalerio.h commentedYour patch was creating a wrapper array when $to variable is an array, causing messages not to be sent.
The patch attached fixed the issue
Comment #4
estebanvalerio.h commentedComment #5
estebanvalerio.h commentedUpdated patch that fix wrapper array
Comment #6
estebanvalerio.h commentedUpdated patch that fix wrapper array. Patches uploaded before were incorrect