Question
Sechaba(Peter) ... · Jan 27, 2022

edit an email message(MailMessage)

How do you edit an email message sent to a user after they successfully register on a personal community? Where can I find and edit the class containing the email message?

0
0 177
Discussion (1)1
Log in or sign up to continue

You can use the built-in classes %Net.SMTP and %Net.MailMessage.

Basically you need to instantiate an object of these classes, set properties for them, and invoke the Send() method of %Net.SMTP.  Let us know if that is not what you are asking, or if you need more information.