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
The sendgrid/sendgrid library supports the interpolation of templates using dynamic tags and uses the $email->addDynamicTemplateData("subject1", "Example Subject 1"); method to add data to the email.
It would be nice if the Cake Email viewVars property could be adapted to this purpose.
The
sendgrid/sendgrid
library supports the interpolation of templates using dynamic tags and uses the$email->addDynamicTemplateData("subject1", "Example Subject 1");
method to add data to the email.It would be nice if the Cake Email
viewVars
property could be adapted to this purpose.Example https://github.com/sendgrid/sendgrid-php/blob/master/USE_CASES.md#kitchen-sink
The text was updated successfully, but these errors were encountered: