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
Is it possible to suppress the substitution of template variables using the same syntax as used by the blade engine?
@{{ $name }}
This is needed when I want to pass mail personalisations to an provider like MailerSend.
Br,
Luc
The text was updated successfully, but these errors were encountered:
I made a workaround by replacing '@{{' by '{-' in the template and overriding buildView in my mailable where after calling the parent buildView I replace the '{' with '{{' (and also for the closing brackets)
Is it possible to suppress the substitution of template variables using the same syntax as used by the blade engine?
@{{ $name }}
This is needed when I want to pass mail personalisations to an provider like MailerSend.
Br,
Luc
The text was updated successfully, but these errors were encountered: