Re: [dev] Commandline Email Advice Request

2022-11-30 Thread Enan Ajmain
On Tue, 29 Nov 2022 17:47:40 -0600 fernandoreyesavila3 wrote: > On 22/11/26 04:06PM, Enan Ajmain wrote: > > Previous responders said: > > > > o Maybe GMail doesn't allow sending emails without their web > > interface o Gmail doesn't allow to use SMTP in a classic way > > (normal auth with/withou

Re: [dev] Commandline Email Advice Request

2022-11-29 Thread fernandoreyesavila3
On 22/11/26 04:06PM, Enan Ajmain wrote: > Previous responders said: > > o Maybe GMail doesn't allow sending emails without their web interface > o Gmail doesn't allow to use SMTP in a classic way (normal auth > with/without encryption). > > I can confirm that GMail does allow sending emails

Re: [dev] Commandline Email Advice Request

2022-11-28 Thread Enan Ajmain
Previous responders said: o Maybe GMail doesn't allow sending emails without their web interface o Gmail doesn't allow to use SMTP in a classic way (normal auth with/without encryption). I can confirm that GMail does allow sending emails through other means (not only “git send-email”, but

Re: [dev] Commandline Email Advice Request

2022-11-27 Thread Страхиња Радић
On 22/11/25 09:43, Teodoro Santoni wrote: > Gmail doesn't allow to use SMTP in a classic way (normal auth > with/without encryption). You may need to ask your sysadmins for > XOAUTH2 keys and try to pass that git send-email through an SMTP thing > like msmtp. > A faster solution would be to make th

Re: [dev] Commandline Email Advice Request

2022-11-26 Thread Quentin Rameau
> According to the git-config man page, variable names are case sensitive, > so smtpencryption should be smtpEncryption (and so on). “The variable names are case-insensitive, allow only alphanumeric characters and -, and must start with an alphabetic character.”

Re: [dev] Commandline Email Advice Request

2022-11-25 Thread Nihal Jere
On Thu, Nov 24, 2022 at 12:42:08PM -0700, Michael Partridge wrote: > Happy Thanksgiving! > I'm having trouble using `git --send-email` to send a patch in. > > I am trying to use this email address (mcp...@nau.edu) with the > following settings in my global config: > ``` > [sendemail] > smtpenc

Re: [dev] Commandline Email Advice Request

2022-11-25 Thread Teodoro Santoni
Hi Michael, 2022-11-24 20:42 GMT+01:00, Michael Partridge : > Happy Thanksgiving! > I'm having trouble using `git --send-email` to send a patch in. > > I am trying to use this email address (mcp...@nau.edu) with the > following settings in my global config: > ``` > [sendemail] > smtpencryption

Re: [dev] Commandline Email Advice Request

2022-11-25 Thread Andy Gozas
On 2022-11-24 07:42 PM, Michael Partridge wrote: Happy Thanksgiving! I'm having trouble using `git --send-email` to send a patch in. I am trying to use this email address (mcp...@nau.edu) with the following settings in my global config: ``` [sendemail] smtpencryption = tls smtpserver = s

Re: [dev] Commandline Email Advice Request

2022-11-25 Thread Laslo Hunhold
On Thu, 24 Nov 2022 12:42:08 -0700 Michael Partridge wrote: Dear Michael, > Happy Thanksgiving! thanks, to you as well! > I'm having trouble using `git --send-email` to send a patch in. > > I am trying to use this email address (mcp...@nau.edu) with the > following settings in my global confi

Re: [dev] Commandline Email Advice Request

2022-11-25 Thread Quentin Rameau
Hi Michael, > Happy Thanksgiving! To you too! > I'm having trouble using `git --send-email` to send a patch in. > > I am trying to use this email address (mcp...@nau.edu) with the > following settings in my global config: > ``` > [sendemail] > smtpencryption = tls > smtpserver = smtp.gm

[dev] Commandline Email Advice Request

2022-11-24 Thread Michael Partridge
Happy Thanksgiving! I'm having trouble using `git --send-email` to send a patch in. I am trying to use this email address (mcp...@nau.edu) with the following settings in my global config: ``` [sendemail] smtpencryption = tls smtpserver = smtp.gmail.com smtpuser = mcp...@nau.edu smt