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
Something similar as #40425 or #40553 would be nice to have in markdown mails.
In a project I'm working on I need to make mail "templates". These templates are basically markdown mails. The downside is that right now each mail template needs to be stored as a blade file. For me just being able to send the mail template as a string to $mail->markdown('template string') would be enough.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Something similar as #40425 or #40553 would be nice to have in markdown mails.
In a project I'm working on I need to make mail "templates". These templates are basically markdown mails. The downside is that right now each mail template needs to be stored as a blade file. For me just being able to send the mail template as a string to
$mail->markdown('template string')
would be enough.Beta Was this translation helpful? Give feedback.
All reactions