From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Can't send e-mail via `smtpmail' Date: Sun, 12 Jul 2015 21:55:01 +0200 Message-ID: References: <83wpy589dg.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1436730921 29805 80.91.229.3 (12 Jul 2015 19:55:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jul 2015 19:55:21 +0000 (UTC) Cc: help-gnu-emacs To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 12 21:55:17 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 1ZENLI-0002sL-Lz for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Jul 2015 21:55:16 +0200 Original-Received: from localhost ([::1]:51799 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZENLH-0000fw-W2 for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Jul 2015 15:55:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZENL6-0000e2-Nq for help-gnu-emacs@gnu.org; Sun, 12 Jul 2015 15:55:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZENL6-0003d3-0u for help-gnu-emacs@gnu.org; Sun, 12 Jul 2015 15:55:04 -0400 Original-Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:34578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZENL4-0003Zs-AC; Sun, 12 Jul 2015 15:55:02 -0400 Original-Received: by lagx9 with SMTP id x9so289902870lag.1; Sun, 12 Jul 2015 12:55:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UUoliMmaF9ZZ2tAFAcf3oN1DqLwHh2CULO6L4wtK/BY=; b=VbQZAwAKUVo7mPYXveRw3hLP+gzhaLGLPJv9KzlZqc+CYi9RLsmdLjhcrkS50HaEXb V3MKjoKi8Nvwh/Kwxq7yb17OrgsYCuxD6J3hhD39Tw7ghvkTRnlHF1b/x5swAUeDwQdK Mx15Pquio219dnhvMlavNRxa419H1AfgjC/GwxBjcTyuba/mF4eLHJqiuO+bA7eE/gra KO+AwuMWgP7vFvGXUCOnqBB5GlFKxXy/QHPlF+a1GIv13orHhz09lExHyBYIl5f0yWrP dzr7ZFevfUCuGmOMWi2yyTkevY77OE7EE9jpk5AsILfUQnixytCKP5zi3Lopn43WEx4r D60Q== X-Received: by 10.152.30.4 with SMTP id o4mr28231105lah.74.1436730901304; Sun, 12 Jul 2015 12:55:01 -0700 (PDT) Original-Received: by 10.112.46.165 with HTTP; Sun, 12 Jul 2015 12:55:01 -0700 (PDT) In-Reply-To: <83wpy589dg.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22d 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:105660 Archived-At: >> It might be worth to note that I'm also connecting to the same server >> via IMAP + TLS and it works: >> >> Opening connection to xxx.xxx.xxx via tls... >> Decrypting ~/.authinfo.gpg...done >> Opening connection to xxx.xxx.xxx...done > > smtpmail.el provides a couple of defcustoms to enable detailed logs of > the communications with the server. Did you try turning that on, and > if so, what did you see in the logs? I've only tried (setq smtpmail-debug-info t) but it didn't provide any additional info. If there are other variables, then it's probably worth to try them too.