Our company uses the AS/400. As the person responsible for E-MarketingĀ I would like to be able to send HTML based emails to industry specific targets, I do not want to send PDF attachments but would rather send actual HTML email with images and in color. Is this possible?
Software/Hardware used:
AS/400 i series
ASKED:
January 20, 2011 2:27 PM
UPDATED:
March 2, 2011 3:45 PM
Hi,
There is very good routine available from Easy400.net and is free
Good luck
YuVa
I tried to use the Easy400.net code to put an PDF image in a email and it would not work. I could put the image on the email as a attachment, but not on the email its self.
@ 65GTO my friend and i have been trying to put the image on the email as a attachment but cant seem to win. If its not asking too much with you can you please forward me the code
I’m not an AS-400 developer, but I found this elsewhere:
CPYTOIMPF FROMFILE(MYLIB/MYFILE) TOFLR(TEMP) TODOC(MYFILE.TXT) REPLACE(*YES)
SNDDST TYPE(*DOC) TOINTNET((my.name@company.com)) DSTD(A) MSG(Message) DOC(FILE.TXT) FLR(TEMP)