Get message template on MailMessage
Content
Hi guys,
I need to send an email through MailMessage API. I was wondering if I can get a message template to the body.
So far, I am using Standard Text to define the body, but I am worried about the limitations of this solution. Message base is another option, but standard text seems more friendly for non-dev people to use. On this line, message templates would be the best option, but as far as I've searched I cannot get them. Is this correct?
0