Base solution for your next web application
Open Closed

Email: using Template #3829


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @mmorales,

    You can check UserEmailer class in your project.

    Thanks.