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
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
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

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.