s-ichikawa / laravel-sendgrid-driver

This library can add sendgrid driver into the laravel's mail configure.
MIT License
390 stars 91 forks source link

Method [embedData] does not exist on mailable. #43

Closed desmillicious closed 7 years ago

desmillicious commented 7 years ago

Hi folks this driver is not compatible using the Mailable Method in Laravel 5.3 (see docs here)

The Laravel method uses its own build function which doesn't support the embedData.

Might be worth mentioning in the docs, or considering refactoring to extend the Mailable class?

s-ichikawa commented 7 years ago

I think to add a Trait for SendGrid API setting.

I pushed to dev branch a little while ago. but, I will merge these after ready to tests and README.

s-ichikawa commented 7 years ago

Hi @desmillicious It is because wrong method name. please try to change sengrid to sendgrid

desmillicious commented 7 years ago

oh dear, how embarrassing thank you!

desmillicious commented 7 years ago

(working fine!)