Is there a way to create a signature with an image so that the image does not turn into an attachment when emails are sent?

link|improve this question
feedback

migrated from stackoverflow.com Feb 8 '11 at 17:37

This question came from our site for professional and enthusiast programmers.

2 Answers

You can look at the Source of the email [using view source] and see how the image is embedded. And It is fully depending on the client's email application, as on how it is rendered. Normally , Outlook shows the signature as it is ,for trusted recipients. Gmail too will show it as an attachment if the sender is not trusted.

The only sureshot way is to have ASCII text images...

link|improve this answer
feedback

It is usually dependent on the receivers client, that determines how it comes through

link|improve this answer
feedback

Your Answer

 
or
required, but never shown