Page 1 of 1

Sending HTML link through SMTP logic from JCL

PostPosted: Sat Jan 28, 2012 12:06 am
by rekhamf
Hi

As per my requirement, once i created the file it will be stored in the FTP server .I need to send the link as email notifciation
once they receive the email and if they click on link ,it will go to that server .

I have code as like below :

HELO SMTP                   
MAIL FROM: <xxx@xx.com>
RCPT TO: <aaa@aaa.com>
DATA                           
TO: <aaa@aaa.com>

SUBJECT: REPORT link -FTP LOCATION
PLEASE FIND THE BELOW LINK TO VIEW THE REPORT. 
ftp://bbb.bbb.com     



i need to show this as link when it send in email , please let me know how should i give in this code ? like HTML<> something ?

Re: Sending HTML link through SMTP logic from JCL

PostPosted: Sat Jan 28, 2012 12:23 am
by NicC
Well, you've posted in the COBOL section of the forum and not the HTML or FTP sections so what have you tried so far in COBOL?

Re: Sending HTML link through SMTP logic from JCL

PostPosted: Sat Jan 28, 2012 12:27 am
by rekhamf
I searched the Section ,not sure where to post,so posted here..

Re: Sending HTML link through SMTP logic from JCL

PostPosted: Sat Jan 28, 2012 12:29 am
by NicC
If all else fails there is an 'Other Mainframe Topics' section