Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Script Library
 SSIS Problem

Author  Topic 

baddulas
Starting Member

11 Posts

Posted - 2014-04-11 : 05:28:49
Hi All,

Please help on the following issue.

I want to send a email to End user with image.

How can we achieve this using SSIS.

Which approach is best for the above Scenario.

Thanks in Advance...

gbritton
Master Smack Fu Yak Hacker

2780 Posts

Posted - 2014-04-11 : 08:37:45
Have you tried this:

http://www.mssqltips.com/sqlservertip/1731/sending-email-from-sql-server-integration-services-ssis/
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2014-04-13 : 14:59:56
just add image as an attachment by passing the path in send mail task

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -