From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79858 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: How to send an HTML-only message? Date: Fri, 09 Sep 2011 21:13:22 +0800 Message-ID: <878vpx6eq5.fsf@ericabrahamsen.net> References: <8762l1ho3h.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: dough.gmane.org 1315586404 14233 80.91.229.12 (9 Sep 2011 16:40:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Sep 2011 16:40:04 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28152@lists.math.uh.edu Fri Sep 09 18:40:01 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R247T-000067-8F for ding-account@gmane.org; Fri, 09 Sep 2011 18:39:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1R247H-0000Eh-Pf; Fri, 09 Sep 2011 11:39:47 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1R20tr-0007gz-Mt for ding@lists.math.uh.edu; Fri, 09 Sep 2011 08:13:43 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1R20tq-0001Ya-SY for ding@lists.math.uh.edu; Fri, 09 Sep 2011 08:13:43 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1R20to-0005Rn-QY for ding@gnus.org; Fri, 09 Sep 2011 15:13:40 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R20to-0000GK-Ir for ding@gnus.org; Fri, 09 Sep 2011 15:13:40 +0200 Original-Received: from 221.220.55.240 ([221.220.55.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Sep 2011 15:13:40 +0200 Original-Received: from eric by 221.220.55.240 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Sep 2011 15:13:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 221.220.55.240 User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:Vrr+N8vnyq55Gvgk+QPAnAZnC7U= X-Spam-Score: -4.2 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79858 Archived-At: --=-=-= Content-Type: text/plain On Fri, Sep 09 2011, XeCycle wrote: > Hi there, I want to send HTML messages --- but don't flame me now --- to > my blogger, for easier publishing. > > I Googled and found the same topic discussed in 2008, but the answer is > not clear. That guy mentioned Muse and more, but I want to write HTML > code directly in the message buffer and send it. How to make it? In a message composition buffer you can use the MML tag system to include an HTML "part" -- or have the whole message consist of HTML. In an empty message hit "C-c RET p", then pick text/html. You'll get a tag like this (this might actually put html into my message, don't know if it works over nntp): --=-=-= Content-Type: text/html Content-Disposition: inline

Some HTML text, unless it doesn't work.

Hope that helps,

Eric

--=-=-=--