Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Email with images

Former Member
0 Kudos
141

Hi,

Our requirement is to send images as part of email and also the email content is HTML. When we send the email the system in SCOT shows the mail has been sent successfully. But the at customer site the exchange server is blocking .bmp files and so emails are not delivered. I would like to send it as a TIF file how do I do that. The code is same as in the example code as SF_XSF_DEMO_MAIL.

Can Someone suggest anything. Thanks.

Regards

Naveen Agarwal

Has no one worked on this.

Message was edited by: Naveen Agarwal

2 REPLIES 2

Former Member
0 Kudos
72

Dear Naveen,

It is very easy to convert a BMP file to a TIF Fomat.

1. Open the BMP file in MSPAINT and choose SAVE AS...

in the dialogue give your file name and the next

text field choose the format type as TIF.

2. You can do this from Microsof Imaging, and Adobe

Image ready...

and i had a query,

Does this functionality send mail to external ID's(like yahoo) also.

If so send me the Functionality and the prerequisits for this....

Thanks in Advance,

Diwakar

0 Kudos
72

Dear Diwakar,

I know how convert the file to Tif format, but issue is not to converting the file.

If you see my querry I have given name of a program which supports BMP format only, I wanted to know how to extend the same program for TIF format.

Have look at the program and you will understand how to send emails(outside SAP).

Regards

Naveen Agarwal