Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 5.x > Installation and deployment > Creating an registration email autoresponder View modes: 
User avatar
Member
Member
giraffe - 5/5/2011 5:18:59 PM
   
Creating an registration email autoresponder
I would like to create an autoresponder that notifies the user of their registration. They are not required to confirm their registration or be approved. It is simply an email that welcomes them to the site. How can this be configured in Kentico?

User avatar
Member
Member
kentico_michal - 5/9/2011 8:54:34 AM
   
RE:Creating an registration email autoresponder
Hi,

Kentico CMS provides global events that allow you to execute custom events when some CMS event occurs. The events are applied to all data items that are stored to the database. It includes documents, user information or any other settings. They receive the data object of type DataClass that can be modified. I would recommend using OnAfterInsert method to send the welcome email to the user who has been just created.

More information with simple example can be found in the following article: Data handler.


Best regards,
Michal Legen