Click here to Skip to main content
15,886,518 members
Articles / Web Development / ASP.NET

Invoke .Net Assembly using SSIS:Email Framework

Rate me:
Please Sign up or sign in to vote.
4.43/5 (3 votes)
21 Oct 2008CPOL3 min read 49.2K   216   27  
This article demonstrate use of SSIS package that helps in invoking .Net Assembly having email component in it.
<html>
<head>
    <style>
p {
 font-family: Verdana;
}
</style>
</head>
<body>
    <p>
        <small>*** THIS IS AN AUTOGENERATED MAIL.PLEASE DO NOT REPLY TO THIS MESSAGE ***</small></p>
    <p>
        <small>Dear ##To##</small></p>
    <p>
        <small>Credit Card No. ##Credit_Card_Number## has due date on ##Due_Date## .Please pay you bill before due date. </small>
    </p>
     
   
    <p>
        <small></small>
        <br>
        <small>Regards </small>
        <br>
        <small>ZCZC Bank</small>
        <br>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
Australia Australia
Whatsup-->Exploring--> MVC/HTML5/Javascript & Virtualization.......!
www.santoshpoojari.blogspot.com

Comments and Discussions