Answers
Aug 22, 2006 - 06:15 PM
I'm not sure if I understand you right.
Do you want to send an email to somebody and embed an image and some text, which should popup from the email when that person reads it?
Which email program are you using? And do you know which email program the recipient is using?
Aug 23, 2006 - 10:24 AM
Regards Angel
Aug 24, 2006 - 06:55 AM
Basically what you are talking about is an HTML email. I dont know what is supported in hotmail (they should support html emails) but all you would have to do is to write the html just as if you were creating a webpage. Make sure the images that you put in there are DIRECT PATHS, meaning that they are not pointing to a folder (images/example.gif) but instead to an actual URL (Example: http://www.yoplayas.com/images/exampl...) Besides that, dont attach a CSS style sheet because it wont work. All style sheets must be embedded into the HTML. This all depends on whether hotmail accepts HTML email sending or not.
Aug 24, 2006 - 06:57 AM
Aug 27, 2006 - 07:26 PM
did the answer of John2 help you? I was wondering, how you create the emails? DId you write a program which creates emails? Or do you only create an email i.e in Outlook and embed pictures? As John already said, you can use HTML Just set the email format to HTML and add the images. You can also use RTF, which is a bigger format but sends the pictures as binary code.
Cheers
Peter
Add New Comment