I'm trying to develop event registration form using anonymous SharePoint 2010 custom list. Now, I got all the features I want; form fields, submit button that leads to confirmation page, but I want this form to send confirmation email; whenever a user register to the event he/she suppose to receive confirmation email to attend.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
I'm not sure if i understood you well, but you want that when a new event is added to the list, an email is sent to someone is that correct? Basically to do that you should check the list event receivers here, this way you can add to your list the events and basically on the items add you can write some code to send emails, you can either write your own code using .Net mail objects or you have a sharepoint email system which you can also use to send emails. I hope i could help you a bit or send you to a right direction |
|||
|
|