Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > How automatically send a private welcome message for just register user? View modes: 
User avatar
Member
Member
Alex - 10/21/2010 3:13:39 AM
   
How automatically send a private welcome message for just register user?
After registering new user, I would like to send automatically a private welcome message to user inbox.
Is it possible to do?

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 10/25/2010 7:58:40 AM
   
RE:How automatically send a private welcome message for just register user?
Hello,

You can trigger a new event on the use registration and send the message programmatically. You can check our code in the file ~/CMSModules/Messaging/Controls/SendMessage.ascx where messages are send in the method btnSendMessage_Click. The code can be inserted in any registration form webpart.

Best regards,
Boris Pocatko