Sending media object as attachment

Petr

Member
Hi All,

Is it possible to email media object which are stored in file F00165 as attachment?

I try to use BSFN Email Merge Letter, but the link stored in GDGTFILENM is not possible use. It is linked to web server, but this function use path relative to root of IFS on AS400.

Thanks for help
 
I'm not aware of any "standard" ways of doing this, but with our "One Attachment Manager" you should be able to...
 
Short answer is yes, you can do this. All the JDE C api calls are there to retrieve the media object and send emails with attachments.
 
There is no std. function but you can write your own C function to do it. You will need a good understanding of using the apis not easy but possible.

Chan
 
Back
Top