I am creating a C# event handler for SharePoint 2010 (sandboxed solution). When the ItemAdded event is hit, I have some logic that I perform, and then I would like to send an email.
Unfortunately, it appears that SPUtility.SendEmail and System.Net.Mail are not allowed in sandboxed solutions. Is there any way around this? Thanks.