I am trying to create an SSIS package that will loop through a table and send an e-mail to each person on the list. I have created a working package at home that uses SMTP, but at work, it has to use MAPI. I have not been able to find any info about how to do this; only info, blogs, and posts that tell me not to - to use SMTP. How do I set up an SSIS package in SQL Server 2005 to send e-mails using MAPI?