I want to send mail with data of record.
Current code: HTML File.
body: Dear {record.raised_by}
In output: instead of fetching value from record and display it, it display as it is in email.
Can someone help me - how to fetch record’s fields value and display it on email while sending an email ?