kirschbaum-development / nova-mail

A Laravel Nova action that provides a mail sending form for any resource
MIT License
73 stars 25 forks source link

Illegal string offset 'id' when trying to run send action without template #32

Closed n1kio closed 3 years ago

n1kio commented 4 years ago

When I try to run the action with mail content from scratch and without selecting a template I get the following error.

Illegal string offset 'id'

illegal-offset

When I select a template it works just fine.

Any ideas how to fix this?

nickbluestone98 commented 4 years ago

I got around the issue by making a plain text template. Looks to be an undefined id for the template declaration.

abderrahmane-mhd commented 4 years ago

Same problem here.

cbrinicombe13 commented 3 years ago

Same problem here when will this be resolved?

adammparker commented 3 years ago

Solved with the latest release - https://github.com/kirschbaum-development/nova-mail/releases/tag/1.0.2

Thanks!