March 17, 2011 at 11:40 am
Have a situation where, Need to inform a person if a particular task fails in a package...everything seams fine but its giving me an error " Parameter address cannot be empty string. Parameter name : address".
passing To field through Variable, and not specifying From field because i don't need as it should give an email, if task fails.
But working fine, when "from address" given.can we do this without specifying FROM address??
March 17, 2011 at 11:59 am
I think a from address is required. I often use a mailing list as a from or a specific name and a mailing list as a reply to. All very simple solutions..
CEWII
March 18, 2011 at 1:28 am
The FROM field that does not necessarily have to be populated with an existing email address if I'm not mistaken.
You could fill in something like:
NoReply@mySSISPackage.myServer
(or something like that, it's been a while since I used this task)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 18, 2011 at 2:29 am
I think you are generally right, some SMTP servers won't allow it.. But you can try..
CEWII
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply