Hi,
Can some one please guide me with steps for sending email through Custom Workflow in CRM 2011.
Regards
TGB
Go to Settings->Process, select entity, create new workflow and a Send Email Step (Set all required fields with statis or dynamic entity field values)
if you are asking about Sending the already created email message via Custom workflow assembly then i would sugget you to take email as input paramter in the workflow assembly and send email message via SDK SendEmail message (http://technet.microsoft.com/en-us/library/microsoft.xrm.client.messages.organizationservicecontextextensions.sendemail.aspx)
Try SendEmailFromTemplate and set arguments accordingly.