Posts

Showing posts with the label How to send Image in Mail body?

Sending Image in Mail body using SAP ABAP + HTML Code

Image in Mail Body Steps : Enter Transaction : Se80 Select/Choose       :    MIME repository option Path to be used to upload image:   /SAP/PUBLIC/Image.jpg (Image upload from PC) Click on   Import jpg picture Sample picture name : img_happy .jpg (Example) =================================================================================   Write a below program(report with Mailer functionality) to send an Image in Mail body . Program : report   zimage_in_mail_body . "For Mime Repository data  :  gv_mr_api   type ref to  if_mr_api ,  "mime repository object        gv_content  type  xstring ,           "image in XSTRING        is_folder  type  boole_d ,        l_loio      ...