Plain-Text email VS HTML email

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
gugubanana
Forum Newbie
Posts: 5
Joined: Sun Aug 24, 2008 10:41 am

Plain-Text email VS HTML email

Post by gugubanana »

elloo,

i've read some where that plain-text email is better than html email however i cannot find the article, can some one here tell me what are the advantages of plain-text email?

Far, as i understand that some MUA (mail user agents) do not support html email for security reasons however i have not a clue what are these security reasons are.

many thanks in advance.

ps: sorry if i have posted this in the wrong category.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Plain-Text email VS HTML email

Post by pickle »

- HTML email generally takes longer to download.
- If you have images in your email, those images need to be hosted somewhere. If you're hosting the images, that could increase your bandwidth usage (and subsequent cost).
- Some clients don't display HTML email - though that shouldn't be a big consideration as whenever you send out an HTML email there should always be a plaintext alternative in the email
- HTML rendering engines in mail clients are not always the best, as a result, it could be (could[/] being the operative word - I've never tried) quite difficult to get your email to look the same in a bunch of different clients.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
gugubanana
Forum Newbie
Posts: 5
Joined: Sun Aug 24, 2008 10:41 am

Re: Plain-Text email VS HTML email

Post by gugubanana »

@pickle thanks for that.

i understand what your saying, do you also know of any security issues related to html email? (...that is if there is any in the first place)
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Plain-Text email VS HTML email

Post by pickle »

The only security concerns with HTML email are concerns on the part of the receiver, not the sender. Remember how I said you would have to host any images yourself? What if, instead of using "productX.jpg" in the email, you used "productX.jpg?requesting_email=email@client.com". You could then set up your server to keep track of which accounts where requesting the image, and then know which accounts were active, or which accounts were interested in the subject line enough to read the email, etc.

Not so much a security concern as a privacy issue.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply