Reputation:
As title says, I'm developing a 'subscription' feature for a SharePoint site and need to know details of available OOTB SharePoint confirmation e-mails that will be sent to a user who has just had a new alert created.
I'd like to know about configuring the settings for these e-mails if possible.
It's quite easy for me to just use the e-mail methods I've already put in place with the SMTP I'm using but I don't want the user to receive 2 e-mails about the same thing.
Thanks.
Upvotes: 0
Views: 179
Reputation: 37690
SharePoint defines the concept of alert template.
An introduction can be found on Zeb Sadiq's blog.
Basically you will have to create xml templates for the alerts.
Upvotes: 1