sending email with attachments in sharepoint 2010

16,042

Solution 1

Take a look at: How to send an e-mail with attachment from SharePoint

Although this was originally written for SharePoint 2007, it is still valid for SharePoint 2010.

Solution 2

There is a good library of Useful SharePoint Designer Custom Workflow Activities that has a couple of email attachment activities. You can either install as is, or crack open the source and adapt to your needs.

Solution 3

Try http://sharepointstuff.codeplex.com. It will add an activity to sharepoint designer to send email with attachment

Share:
16,042
Ramesh.kbvr
Author by

Ramesh.kbvr

Updated on June 13, 2022

Comments

  • Ramesh.kbvr
    Ramesh.kbvr almost 2 years

    I am working on SharePoint 2010. I need to send email with attachments using aspx and c# code. Anyone have an idea how to do this?