From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vaidheeswaran C Newsgroups: gmane.emacs.help Subject: Re: Can't send e-mail via `smtpmail' Date: Sun, 12 Jul 2015 23:48:03 +0530 Message-ID: References: Reply-To: vaidheeswaran.chinnaraju@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1436725105 11680 80.91.229.3 (12 Jul 2015 18:18:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jul 2015 18:18:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 12 20:18:11 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZELpK-0006AP-Vp for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Jul 2015 20:18:11 +0200 Original-Received: from localhost ([::1]:51575 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZELpK-0005RH-72 for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Jul 2015 14:18:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZELp8-0005R6-Rq for help-gnu-emacs@gnu.org; Sun, 12 Jul 2015 14:17:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZELp5-0007wC-JC for help-gnu-emacs@gnu.org; Sun, 12 Jul 2015 14:17:58 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:39725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZELp5-0007w3-CL for help-gnu-emacs@gnu.org; Sun, 12 Jul 2015 14:17:55 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZELp3-00064Y-TY for help-gnu-emacs@gnu.org; Sun, 12 Jul 2015 20:17:53 +0200 Original-Received: from 106.216.165.8 ([106.216.165.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Jul 2015 20:17:53 +0200 Original-Received: from vaidheeswaran.chinnaraju by 106.216.165.8 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Jul 2015 20:17:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 106.216.165.8 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.3.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105650 Archived-At: This may or may not help. https://www.gnu.org/software/emacs/manual/html_node/smtpmail/Encryption.html On Sunday 12 July 2015 11:11 PM, Alexander Shukaev wrote: > Hello, > > I have the following configuration for `smtpmail': > > (setq smtpmail-auth-credentials "~/.authinfo.gpg") > > (setq message-send-mail-function 'smtpmail-send-it > smtpmail-smtp-server "xxx.xxx.xxx" > smtpmail-smtp-service 587) > > plus corresponding 'authinfor.gpg'. When I send e-mail via `gnus', I > keep getting: > > network-stream-open-starttls: make client process failed: Connection > timed out, :name, smtpmail, :buffer, *trace of SMTP session to > xxx.xxx.xxx*, :host, xxx.xxx.xxx, :service, 587 > > I would love to find out why and how to fix this. Many thanks to > everyone who assists. > > Regards, > Alexander > >