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
With 1 email address in the settings, the notifications send. With more than 1, comma separated, the queue job fails. I have tried multiple combinations of email addresses and it keeps failing.
With 1 email address in the settings, the notifications send. With more than 1, comma separated, the queue job fails. I have tried multiple combinations of email addresses and it keeps failing.
Adding
before
$mail = new Message();
in the sendMail service fixed the issue.The text was updated successfully, but these errors were encountered: