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
{{ message }}
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.
My objective is to use batch sending with recipient variables and mardown.
Should this code work?
I am currently getting the following error I posted in Issue #120
Mailgun::send($view, $data, function($message) use($recipients){
$message->to($recipients);
$message->recipientVariables($recipients);
$message->subject('Available Loads:');
});```
Thank you for any help that may be provided.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My objective is to use batch sending with recipient variables and mardown.
Should this code work?
I am currently getting the following error I posted in Issue #120
The text was updated successfully, but these errors were encountered: