You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if there is a space between two emails sending fails for both emails.
Should be handling stripping the spaces and parsing the list a bit more robustly.
if there is a space between two emails sending fails for both emails.
Should be handling stripping the spaces and parsing the list a bit more robustly.
mail_recipients: [email protected] // works great
mail_recipients: [email protected], [email protected] // fails sending to both addresses.
mail_recipients: [email protected],[email protected] // works great
The text was updated successfully, but these errors were encountered: