I have a SSIS package that uses Send Mail Task. The task can send emails to any accounts within our domain, but not outside of our domain due to our firewalls. I need to tell the Send Mail Task which port to use to send out emails. I did the samething with database mail setting, telling it which port to use, and it works just fine.
So, any ideas how I can tell Send Mail Task (or SMTP connection) which port to use? Thank You.