This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
noideawhattotypehere
Meh, so here we go again.
I need to send text only emails, but if i send it like that:
Mail::send(['text' => 'acme::mail.text'], $data, $callback);
I get an error: No hint path defined for [acme]
Sending it this way works well, but i need TEXT ONLY:
Mail::send( 'acme::mail.text', $data, $callback);
What the heck is goin on here? Once again documentation is incorrect or?
Last updated
noideawhattotypehere
Ok - this is quite fucked up imo - it works when you register template via plugin
registerMailTemplates()
but not if you create it via backend. Why is it so diffrent?
Last updated
1-2 of 2