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?
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.
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.