Can anybody tell me how to send HTML-format mail in gnus
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
Can anybody tell me how to send HTML-format mail in gnus         


Author: M.T
Date: Aug 5, 2008 09:44

thanks very much.
67 Comments
Re: Can anybody tell me how to send HTML-format mail in gnus         


Author: Evans Winner
Date: Aug 6, 2008 12:17

qingant@163.com (M.T) writes:

I am surprised that no one has answered your question, if
only to scold you about how evil HTML emails are -- with
which I generally agree, but sometimes they can be useful.

I don't know if there is a native way in gnus to do it, but
the Emacs Muse package (at least version 3.12 -- the one I
have) has a handy function called `muse-message-markup. If
you are in a mail buffer you write your Email as normal text
but with the simple Muse markup syntax and then M-x
muse-message-markup RET and the message is reformatted as an
HTML email. Then just send it.

Dunno if that's helpful, but I figure it beats being
ignored.
no comments
Re: Can anybody tell me how to send HTML-format mail in gnus         


Author: M.T
Date: Aug 6, 2008 13:37

>

Evans Winner timbral.net> writes:

thank you very much.I am just using an not that simple
method.powered by MIME lib,we can include html codes like
this:
>

I wrote my article in muse,and compile it to html,
and then load those above and then C-x i insert the
html file generated by muse,and then send it to
***@blogger.com. And that allows me to enjoy the convinent
and power of muse and can also easy update my blog.
Your reply is really helpful,I appriciate it very much.
and i think i can now working all in one enviroment.
that's fun.

regards
qingant
Show full article (1.27Kb)
no comments
Re: Can anybody tell me how to send HTML-format mail in gnus         


Author: Jashy
Date: Aug 6, 2008 15:21

1. M-x mml-insert-part enter
2. Content type: text/html

--
View this message in context: http://www.nabble.com/Can-anybody-tell-me-how-to-send-HTML-format-mail-in-gnus-tp18844000p18860731...
Sent from the Emacs - Help mailing list archive at Nabble.com.
no comments
Re: Can anybody tell me how to send HTML-format mail in gnus         


Author: Tim X
Date: Aug 6, 2008 22:09

qingant@163.com (M.T) writes:
> Evans Winner timbral.net> writes:
>
> thank you very much.I am just using an not that simple
> method.powered by MIME lib,we can include html codes like
> this:
>
>>> I wrote my article in muse,and compile it to html,
> and then load those above and then C-x i insert the
> html file generated by muse,and then send it to
> ***@blogger.com. And that allows me to enjoy the convinent
> and power of muse and can also easy update my blog.
> Your reply is really helpful,I appriciate it very much.
> and i think i can now working all in one enviroment.
> that's fun.
>
Show full article (1.44Kb)
no comments
Re: Can anybody tell me how to send HTML-format mail in gnus         


Author: Xah
Date: Aug 7, 2008 07:34

Tim X wrote:
«In general, HTML in mail messages is a bad thing.»

HTML in email is a very good thing.

From the technology point of view, it is far more powerful. For
example, it can contain links, bold text, coloring, embedded images,
etc. The bulkier than plain text in size, of course, but in today's
youtube days, this doesn't matter. Also not, if my 10 years old email
transmission protocol knowledge is not outdated, then email is still
sent by first converting to a ascii encoding. This is invented by the
unix folks, which is extremely inefficient.

From the social point of view, HTMl is also far more useful, and
people wants the ability to have colored text, embed images, etc. I
don't have stats on this, but it is my guess that 80%%, or perhaps even
90%% of email traffics today, are in html. Human animals, collectively,
want it.
Show full article (1.95Kb)
no comments
Re: Can anybody tell me how to send HTML-format mail in gnus         


Author: Cor Gest
Date: Aug 7, 2008 08:17

Some entity, AKA Xah gmail.com>,
wrote this mindboggling stuff:
(selectively-snipped-or-not-p)
> HTML in email is a very good thing.

That is utter CRAP, if you think that a message, dolled-up more
than a cathouse on X-mas'eve has more information than the same text
in ascii, you really ought to learn to read.

Cor

PS
If you do not like my opinion, buy another !

--
Mijn Tools zijn zo modern dat ze allemaal eindigen op 'saurus'
(defvar My-Computer '((OS . "GNU/Emacs") (IPL . "GNU/Linux")))
SPAM DELENDA EST http://www.clsnet.nl/mail.php
1st Law of surviving armed conflict : Have a gun !
no comments
Re: Can anybody tell me how to send HTML-format mail in gnus         


Author: Xah
Date: Aug 7, 2008 09:50

Xah Lee wrote:
«
HTML in email is a very good thing.
...
Plain-Text Email Fetish
http://xahlee.org/UnixResource_dir/writ/plain_text.html
http://en.wikipedia.org/wiki/HTML_e-mail
»

On Aug 7, 8:17 am, Cor Gest wrote:
«That is utter CRAP, if you think that a message, dolled-up more than
a cathouse on X-mas'eve has more information than the same text in
ascii, you really ought to learn to read.»

well, HTML is technically superior simply because it can do a lot more
things.

In the mid 1990s, a lot tech geeker seriously think that the web
should remain in plain text or
. They say exactly what you are
saying now. If you do research on newsgroup archive, i bet you can
still dig up lots of such arguments.
Show full article (0.78Kb)
10 Comments
Re: Can anybody tell me how to send HTML-format mail in gnus         


Author: M.T
Date: Aug 7, 2008 10:14

Xah gmail.com> writes:

I think html is too complex for email.We do need some tags language which
enable us to give our mail a nice look.But html is a bad design.Because it
mix the perfomance and the meaning,I think XHTML+css is a better choice,
but we need a simplifed version of it.Something like MUSE or LATEX,if our
clients perform defferent with the same codes,even the worst situation,
we know
#title somethin
is title
or
\title{something}
is title

with no limit of network,i think more powerful ways to express ourself is
worthy of try.

i am sorry my english is very poor ...

regards
all
> Xah Lee wrote:
> «
> HTML in email is a very good thing.
> ...
> Plain-Text Email Fetish
> http://xahlee.org/UnixResource_dir/writ/plain_text.html
> http://en.wikipedia.org/wiki/HTML_e-mail
> »
>
> On...
Show full article (1.44Kb)
no comments
Re: Can anybody tell me how to send HTML-format mail in gnus         


Author: Evans Winner
Date: Aug 7, 2008 11:07

Xah gmail.com> writes:

well, HTML is technically superior simply because it can
do a lot more things.

I am not sure this reasoning follows very well. Certainly
the ability to do many things is nice, but they have to be
the right things. One functionality that HTML lacks is the
ability to be a simple, portable plain ascii message, which
sounds like I am being circular, but really, for most
people, that is the single most important feature of email.
no comments
1 2 3 4 5 6 7