From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: mailclient-send-it usage of browse-url Date: Wed, 14 Apr 2010 10:23:20 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271255034 5753 80.91.229.12 (14 Apr 2010 14:23:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Apr 2010 14:23:54 +0000 (UTC) Cc: Jeff Clough , "emacs-devel@gnu.org" To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 14 16:23:47 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O23VH-0004QB-F1 for ged-emacs-devel@m.gmane.org; Wed, 14 Apr 2010 16:23:43 +0200 Original-Received: from localhost ([127.0.0.1]:55458 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O23VG-0007IC-9C for ged-emacs-devel@m.gmane.org; Wed, 14 Apr 2010 10:23:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O23V7-0007HN-F5 for emacs-devel@gnu.org; Wed, 14 Apr 2010 10:23:33 -0400 Original-Received: from [140.186.70.92] (port=37231 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O23V2-0007GS-Oy for emacs-devel@gnu.org; Wed, 14 Apr 2010 10:23:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O23Ux-0006Zd-1M for emacs-devel@gnu.org; Wed, 14 Apr 2010 10:23:28 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:16758 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O23Uw-0006Z4-SU for emacs-devel@gnu.org; Wed, 14 Apr 2010 10:23:22 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkwGAGZsxUtMCpxH/2dsb2JhbACPcItncr0ugnqCEwSLWg X-IronPort-AV: E=Sophos;i="4.52,204,1270440000"; d="scan'208";a="60846779" Original-Received: from 76-10-156-71.dsl.teksavvy.com (HELO pastel.home) ([76.10.156.71]) by ironport2-out.pppoe.ca with ESMTP; 14 Apr 2010 10:23:20 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 1EB7E7F1B; Wed, 14 Apr 2010 10:23:20 -0400 (EDT) In-Reply-To: (christian lynbech's message of "Wed, 14 Apr 2010 15:07:55 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:123639 Archived-At: > However, it is true that there is higher risk of meeting a > mis-configured sendmail installation on a Mac because this is not The problem is that for most users configuring sendmail is difficult (because they can't reliably send email without going though some SMTP-AUTH step, so they'd have to give their password to the system's sendmail). The world of SMTP is very very sad nowadays. Stefan