I have a Visual Studio 2010 workflow for a SharePoint 2010 Server. It uses the default workflow action "SendEmail" to send an e-mail. Everything works out perfectly, but the sender of the e-mail is not the address I set in the "From" property of the "SendEmail" action ...
|
The From address of emails sent from workflow is fixed to the address set in Central Administration and can not be changed.
There is a project on Codeplex (spdactivities > Send Email Extended) that allows you to do this. Alternatively you can send mail using .net's system.net.mail without these restrictions |
|||||||||||
|
|
Is the sender of the email the 'From' address you specified in the Outgoing Email Settings in SharePoint? This should work - I have used the SendEmail action quite a few times with no issues. |
|||
|