views:

37

answers:

2

Hi All,

In my sharepoint site I have a document library with a workflow attached to it.Once any user upload a new document workflow is started and the document is send to approver for approval along with this an email has been sent to the approver for new document pending for approval. Now then email is sent from the mail server I have configured in sharepoint. it works fine. Now my question is I want to send the email to the approver from users email ID so that the approver should know from whome the request is come from.

Can any one help me how can I configure mail server so that the outgoing emailing should be done from users email ID.

Thnaks sachin

A: 

You have write an event handler for the document library. You will have to send the approval mail using this event handler instead of thw workflow.

This post has some info abut event handlers in MOSS 2007

Shoban
+1  A: 

You will need to set up a custom workflow with a custom activity to send the email rather than using the out of box approval workflow. This is one of those cases where a small change from the normal SharePoint way of doing things means a lot of extra work - the sort of problem I usually solve by telling the client it can't be done or is very expensive.

As an alternative, just including the requesting user name in the body of the email would be a lot easier and may be close enough to meeting the actual requirement.

Tom Clarkson