Mail with signature
Is it possible to add signature to send mail task? Or any other way to do that through SQL?
June 15th, 2011 8:41am

You could use Chilkat to send your emails with signatures. All you need to do is use a Script Task to create and send your emails. http://www.chilkatsoft.com/p/p_276.aspJeff Wharton MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt) MCT, MCPD, MCITP, MCDBA Blog: Mr. Wharty's Ramblings Please mark solved if I've answered your question, vote for it as helpful to help other user's find a solution quicker
Free Windows Admin Tool Kit Click here and download it now
June 15th, 2011 10:42am

Jeff, Thank you but the question was about adding signature using native SSIS or T-SQL and not third-party tools.
June 15th, 2011 10:51am

One suggestion thought i havent tried it myself, I assume you send an Email using the Outlook client, installed on the server where your package reside. Can you try setting up signature for the account which runs the packages, in the Outlook very similar to as you would have setup your signatures on Outllok. This might show same behaviour as when we open a new email, so when the SSIS account triggers the Oulook client the signature gets auto inserted. Also if you dont want to do above why dont you build your Email body with signature i assume signature is static and is not bound to change, if siganture is dynamic, declare a user variable var1 = Email Body + Sigantures are appened and use the same var1 as Email body in the send mail task Abhinav
Free Windows Admin Tool Kit Click here and download it now
June 15th, 2011 11:02am

AB82, I will try the second solution you suggested and will be back with info soon. Thanks
June 15th, 2011 11:40am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics