Saturday 5 July 2014

How to Create HTML Email Message in SharePoint Designer 2010 Workflow

In a SharePoint Designer 2010 workflow HTML email I was frustrated because I was unable to add images and tables directly from the editor. I thought rich HTML is not supported with this version but I found a quick way to add rich HTML in an email body message.

Use the following procedure to add images in a SPD email body in 2010
  • First create your HTML in Dreamweaver or Visual studio 2010 or any other HTML editing tool
  • Then open your workflow in SPD 2010
  • Add a “Send email” workflow action from the ribbon
  • Keep the “Send Email” action selected/highlighted
  • Then navigate to the ribbon and select the advanced properties

    SPD Email body in 2010
     
  • Click advanced properties Select last option Body

    SPD Email body1
     
  • Click on the button (...) to open the text pad
  • Paste your HTML including head, body and HTML.

    SPD Email body3
     
  • Click "OK" and open the action from the workflow step.
  • Done!
  •       

No comments:

Post a Comment

SharePoint 2013 - Uploading Multiple Attachments To The New Item On List Using JSOM And REST API

  Introduction In this article, we will explore how we can attach multiple attachments to the new item on list using JSOM and REST API. Ther...