I am creating a workflow through Sharepoint Designer and once adocument has been approved I send an email. Is it possible to attachthis document to the email as I am hoping to send it externally soputting the link in would not be enough.
You cannot attach the document to an email using a workflowcreated suing SharePoint Designer. The only way of doing it is to createyour own activity using VS2005 and have this available within SharePointDesigner, or you could just write a workflow from scratch using VS2005. Theother alternative would be something like K2 "BlackPearl" workflow or someother 3rd Party application.
I must get studying on how to do this.