On 30 May, 11:45, ship <ship...@gmail.com> wrote:
> One of our staff has already been coding HTML by hand (using a text
> editor) and it's VERY time consuming.
Then they should code simpler HTML. If the markup is simplified to the
bare semantics of your email, you can boilerplate the beginnings of
the new message, and you've a simple embedded CSS that handles the
rest of the formatting, then this really is (as it should be) a quick
hand-coding exercise.
Toby has mentioned some text -> HTML tools. If these "work" (which I'd
regard as meaning that they have a reasonable boilerplate / template
facility and some decent image handling) then they'd also be a
convenient way to do things. Otherwise any decent editor can convert
double linebreaks to <p>...</p> etc.
If "fluid design" and avoiding rigid pixel-sized page layouts is a
good idea for "web HTML", then it's vital for "email HTML". This is a
field where you really don't have control over browser windows etc. A
WYSIWYG editor spewing out table-based markup is just the thing you
don't want to be using here.
> > This is _crucial_ for HTML email. For that matter, so is understanding
> > the email RFCs and how to do multipart encoding propertly.
>
> Forgive my ignorance what is an "RFC"
It means "RFC" (the expansion is irrelevant). They're the things
that define the internet protocols, such as email. There are many web
repositories of them, such as
http://www.faqs.org/rfc-pop1.html
Some are very commonly used, which includes 821, 822, 1521, 1522, 2046
(the numbers, from memory, of the email relevant ones) You should scan
through all of these, reading one or two of them more carefully. I
think 1521 / 1522 are the relevant ones for your encoding of the same
email message on two formats. They're sometimes updated, which is why
2822 has now superceded 822, but they do try to keep the numbers
sensible.
To be honest, I very rarely use the things these days so I'm probably
well rusty on the exact numbers. However they're well indexed and
cross-referenced, so I'm sure you'll find what's necessary.
> - Can anyone point me to an nice idiot's guide to multipart encoding?
Hopefully someone (maybe Google) has one, but like I say, I'm rusty on
email these days.
> I thinks this is only slightly true and sounds biased to me.
You're welcome to think that. OTOH, I'm not the one sending out
bloated emails that can't be read on mobile devices.