Using the Send Mail Task in SSIS with Microsoft Exchange server as your SMTP

January 6th, 2009 § 1 comment

I have already done a similar post on this but the basics are:

  • turn on delay validation so you don’t have to enter an email address in the *to* field -> you can use expressions to read it from a table or recordset etc
  • configure your exchange server like so
  • Launch your Exchange System Manager
  • Navigate to your server -> Administrative Groups -> Admin Group -> Server Name -> Protocols -> SMTP
  • Right click on the “Default SMTP Virtual Server”
  • Click the access tab
  • Press the Relay button and add the IP of the machine that wishes to use this as their SMTP server.
  • Fun times.

§ One Response to Using the Send Mail Task in SSIS with Microsoft Exchange server as your SMTP

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

What's this?

You are currently reading Using the Send Mail Task in SSIS with Microsoft Exchange server as your SMTP at laurasaur.

meta