IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to put attachment with a mail through CICS??


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kanhaiya.a

New User


Joined: 22 Nov 2005
Posts: 11
Location: Pune

PostPosted: Wed Feb 22, 2006 5:10 pm
Reply with quote

hi all,
I would like to how an attachment is to be put along with a mail from the CICS??? if any material please suggest
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Wed Mar 01, 2006 4:59 pm
Reply with quote

Hello Kanhaiya,

it does not matter, if you send this from any cics...
1. start a batchjob from cics and use a utility to send the mail (search the internet for xmitip!, this is a rexx and free [opensource])
2. implement the rexx interface in cics and try to call xmitip (therefore you could get problems, when ispf- or tso-services are used...)
3. write your own utility: you must do this by using smtp and imbed any attachmate with mime-coding

i recommend xmitip, this is an easy way to send emails with attachmates,
with many supplements like zip-files, html-files, pdf-files and so on...
try it and you will like it...

martin9
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top