0
mmorales created
Hello,
I have created several forms and I can send email but now I'm trying to use the Email template but don't know how to called the mail template to replace {Title} {Subject}.
Here is what I'm using to send email
_emailSender.Send(
to: "",
subject: "",
body: $"",
isBodyHtml: true
);
1 Answer(s)
-
0
Hi @mmorales,
You can check UserEmailer class in your project.
Thanks.