public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Roberto A. Foglietta" <roberto.foglietta@gmail.com>
To: isar-users@googlegroups.com
Subject: Elastic mail account SMTP configuration for git send-email
Date: Thu, 3 Nov 2022 17:11:21 +0100	[thread overview]
Message-ID: <CAJGKYO5ki+DX0QZcw75irsEYvxgeJib+1L6wO_b+Ac51X3kmjw@mail.gmail.com> (raw)

Hi all,

 due to the problems related to bypassing my gmail multifactors
account authentication, I decided to use a 3rd party SMTP service like
elastic mail. Here is the configuration. Note: the first e-mail that I
sent with this service has been tagged as SPAM immediately after gmail
reception. Possibly, also the one sent to the m-list with the in-line
patch could have been dealt with as it were spam. Moreover at the end
of the mail has been added an URL.

 == CONFIGURATION HOW TO ==

Elastic mail account SMTP configuration

1. elastic mail - free API account - login with gmail

2. settings - SMTP - Create SMTP credentials

3. use your gmail e-mail address as username

4. copy the password and save in a secure place

5. server name is smtp.elasticemail.com:2525

6. configure and/or use the git send-email

# ~/.config/git/config
[sendemail]
  confirm = auto
  smtpServer = smtp.elasticemail.com
  smtpServerPort = 2525
  smtpEncryption = tls
  smtpUser = <gmail email address>

OR

gmaddr="roberto.foglietta@gmail.com"
isarml="isar-users@googlegroups.com"
git send-email --from $gmaddr --to $isarml --cc $gmaddr --subject
"${mysubject}" --smtp-server smtp.elasticemail.com:2525 --smtp-pass
"${mypasswd}" --smtp-user $gmaddr --smtp-encryption tls
${git-format.patch}

 Best regards, R-

             reply	other threads:[~2022-11-03 16:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-03 16:11 Roberto A. Foglietta [this message]
2022-11-03 16:50 ` Roberto A. Foglietta
2022-11-05  9:29   ` Roberto A. Foglietta
2022-11-08 14:53     ` Baurzhan Ismagulov
2022-11-09  6:10       ` Roberto A. Foglietta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJGKYO5ki+DX0QZcw75irsEYvxgeJib+1L6wO_b+Ac51X3kmjw@mail.gmail.com \
    --to=roberto.foglietta@gmail.com \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox