Page 1 of 1

Sending mail (file data as a body)

Posted: Tue Dec 08, 2009 11:52 pm
by vinsashi
Hi,
I did one job that job output is txt file. that output i have to sent mail in body part .

thanks in adavance
vin..

Posted: Wed Dec 09, 2009 1:00 am
by bhasannew
you can do that using after job subroutine calling unix commands.

Posted: Wed Dec 09, 2009 1:02 am
by vinsashi
i am working on windows environment.

thanks
v..

Posted: Wed Dec 09, 2009 4:49 am
by priyadarshikunal
working on windows environment should not create any problem and you should have MKS Toolkit installed to simulate unix on your box.

If you use DSSendMail routine in your job you can parameterise the body part for what you need. There are other ways too but its just the question of digging out the information for the same in manuals and searching the forum.

Posted: Wed Dec 09, 2009 8:02 am
by chulett
Installing an email client like blat would make that pretty trivial.

Posted: Wed Dec 09, 2009 8:30 am
by JRodriguez
Would you like to try with a server job? ... Used DSSendMail routine

Posted: Wed Dec 09, 2009 8:32 am
by chulett
Or in a Sequence job.