I want to send emails with pre defined template. I created the template successfully, however, the fields is not going to be fetched.

I want to send emails with pre defined template. I created the template successfully, however, the fields is not going to be fetched.
I think you need doc
before the field name: {{ doc.full_name }}
etc.