From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Dmitry Alexandrov Newsgroups: gmane.emacs.help Subject: Re: mu4e: configuring SMTP (was: [SOLVED] Re: How to subtract timestamp in elisp?) Date: Mon, 06 Jul 2020 05:48:26 +0300 Message-ID: <36654av9.dag@gnui.org> References: <87zh8fwn4u.fsf@gmail.com> <87y2nyd5n3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5739"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Emacs Help To: numbchild@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jul 06 04:50:45 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jsHDQ-0001Ot-Rr for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 06 Jul 2020 04:50:44 +0200 Original-Received: from localhost ([::1]:39088 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jsHDO-0002db-DG for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 05 Jul 2020 22:50:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57174) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsHBK-0002dR-JK for help-gnu-emacs@gnu.org; Sun, 05 Jul 2020 22:48:34 -0400 Original-Received: from relay-2.mailobj.net ([213.182.54.5]:48381) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsHBH-0006BU-MZ for help-gnu-emacs@gnu.org; Sun, 05 Jul 2020 22:48:34 -0400 Original-Received: from v-1c.localdomain (unknown [192.168.90.161]) by relay-2.mailobj.net (Postfix) with SMTP id 87F781252; Mon, 6 Jul 2020 04:48:29 +0200 (CEST) Original-Received: by mail-1.net-c.com [213.182.54.15] with ESMTP Mon, 6 Jul 2020 04:48:29 +0200 (CEST) X-EA-Auth: 3t1yZVkal2WVy+4iLVafE8doAp6/oOXEgrdV///wkGqxTBZSN31VQs8RZJfH2wzsYUAWbX+8H7y40rFw3xsayXi1QAwgLPSp In-Reply-To: <87y2nyd5n3.fsf@gmail.com> (stardiviner's message of "Sun, 05 Jul 2020 11:04:16 +0800") OpenPGP: id=525F7E60AD812C2361752BB4C8B0F8548EE7F3E7; url=https://openpgpkey.gnui.org/.well-known/openpgpkey/gnui.org/hu/hr4k5tkxm6shwdc18su4bkm34w3dctjd Mail-Copies-To: always Received-SPF: pass client-ip=213.182.54.5; envelope-from=dag@gnui.org; helo=relay-2.mailobj.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/05 22:48:29 X-ACL-Warn: Detected OS = Linux 3.1-3.10 X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:123513 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable stardiviner wrote: > Thanks for your help. You are welcome. >> P. S. Sending mail =E2=80=98From: =E2=80=A6@gmail.com=E2=80=99 right fro= m your home machine is a best way to send it straight to junk folder. ;-) U= se smtp.gmail.com. > > I used to realized my email always go into Gmail junk, can't find out the= reason. I guess you just solved my long time issue. I'm using Emacs mu4e p= ackage. I will Google how to use SMTP server in mu4e. You have not done that so far, as I see [0]. Any issues? I have never use= d mu4e, but it should not be really different from any other Emacs-based MU= As, such as Gnus: (setq send-mail-function 'smtpmail-send-it message-send-mail-function send-mail-function smtpmail-smtp-server "smtp.gmail.com" smtpmail-stream-type 'ssl ; TLS really, was nil means STARTTLS or cl= eartext smtpmail-smtp-service "smtps" ; SMTP/TLS, was 25 =3D=3D "smtp" smtpmail-smtp-user "numbchild") Passphrases are supposed to be stored in ~/.authinfo.gpg by default, but Em= acs supports pass(1)-compatible storage too. See (info "(auth) Help for us= ers"). Or, if you need a sendmail(8)-compatible submission agent for some reason, = take a look at msmtp(1). [0] <878sfx1kq0.fsf@gmail.com> --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYIACsWIQRSX35grYEsI2F1K7TIsPhUjufz5wUCXwKQ+g0cZGFnQGdudWku b3JnAAoJEMiw+FSO5/PnrkMBAJU0iVgMBO4bpgSO+C5HsAfdlOxRDzQ3NyYDsu9D DZZWAQD8Vau44vfBO3eEXLQb30uJG7eygqYcLw2Cyc0YaUbRCw== =bIcr -----END PGP SIGNATURE----- --=-=-=--