i am using SSIS to select a file from a server and email that to selected receipient.
Say the filename are
1. Appln1.txt then email should go to appln1@test.com
2. Appln2.txt then email should go to appln2@test.com
3. Appln3.txt then email should go to appln13test.com
How do i achieve this thru SSIS? Please let me know