firstly: thank you for a nice module!
If I keep the "Send the message directly using the Batch API" option checked
I'm getting and ajax error from the batch processing (screenshot included)
it seems to me that it is caused by double quoting of the recipients name,
as a workaround I do:
$display_name = str_replace('"', '', $display_name);
just after
$display_name = $encode ? Mail::formatDisplayName($name) : $name;
in `views_send.module`
however on the confirmation form I do see the "To" list formatted alright, so it is a bit mystery to me,
not to mention that dpm() calls do strip the email for me probably as it is surrounded by the angle brackets so I'm quite confused what is actually going on :(
I'm on D8.8.4
take care
Jan
Closed: outdated
1.5
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.