SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
Thread: HTML mail problem.
-
May 20, 2001, 18:48 #1
Hello,
I have been testing html e-mail and have encountered a problem.
Images appear to be threated as attachments.
Do you know how to make images not to appear as attachments?
For additional information, the html page shows with no problem but at the bottom, there are images attachments appear.
Thanks.Last edited by klisis; May 20, 2001 at 18:50.
-
May 20, 2001, 20:20 #2
- Join Date
- Dec 2000
- Location
- orbis terrarum
- Posts
- 1,523
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
What e-mail client are you using?
-
May 20, 2001, 20:37 #3
I checked e-mail with yahoo, hotmail.
-
May 20, 2001, 21:01 #4
Nm, It has been fixed. It was coding problem.. not vaild html ,I suppose..
-
May 20, 2001, 21:19 #5
- Join Date
- Dec 2000
- Location
- orbis terrarum
- Posts
- 1,523
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
[Wow, what happened, my post didn't show up. I managed to retreive it using the 'Back' button.]
That shouldn't happen with those services.
How are you sending the e-mails? Are you sending them as HTML stationneries or are you typing the code in by hand directly into the mail client?
Or are you sending the HTML-mail via some sort of a script? If you are you should add the follwing linesto it:
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
You might be able to pull out more info from this thread: http://www.sitepointforums.com/showt...ight=HTML+mail
-
May 20, 2001, 22:12 #6
Well, the problem was with HTML code.
Example <img src=http://domain.com/12.gif>
The 12 gif will be threated as an attachment.
But if I do like this <img src="http://domain.com/12.gif">
12 gif will not be threated as an attachment and will be printed without a problem.
It was an lesson
Bookmarks