public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* Elastic mail account SMTP configuration for git send-email
@ 2022-11-03 16:11 Roberto A. Foglietta
  2022-11-03 16:50 ` Roberto A. Foglietta
  0 siblings, 1 reply; 5+ messages in thread
From: Roberto A. Foglietta @ 2022-11-03 16:11 UTC (permalink / raw)
  To: isar-users

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-

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-09  6:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03 16:11 Elastic mail account SMTP configuration for git send-email Roberto A. Foglietta
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox