Skip Navigation LinksHome > Portfolio > .Net > Special Mailer (SharePoint)

Special Mailer (SharePoint)

The Goal: Create a SharePoint feature that will automate notification about new List items creation to particular manager.

Used Technologies: ASP.NET, SharePoint, ADO.NET, SMTP, MSSQL 2000/2005

Frameworks: SharePoint framework, .NET Framework 2

About:
The Special Mailer feature automates notification about new List items created to particular manager via email. The way how manager is picked fully depends on xml configuration file. It can be either the database table where to map current user to particular manager or more complex routine stored in the database by Database Administrator.

Architecture: SimpleMailerDiagram

Solution:

  • Implemented event receiver SharePoint feature.
  • Implemented installation package