Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Using Markdown With Recipient Variable with Batch Sending #139

Open
dukesnuz opened this issue May 14, 2018 · 0 comments
Open

Using Markdown With Recipient Variable with Batch Sending #139

dukesnuz opened this issue May 14, 2018 · 0 comments

Comments

@dukesnuz
Copy link

dukesnuz commented May 14, 2018

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant