All of lore.kernel.org
 help / color / mirror / Atom feed
* Configure git send mail for yahoo email
@ 2014-08-04 18:34 Anand Moon
  2014-08-04 19:10 ` Valdis.Kletnieks at vt.edu
  0 siblings, 1 reply; 5+ messages in thread
From: Anand Moon @ 2014-08-04 18:34 UTC (permalink / raw)
  To: kernelnewbies

Hi All,

Could some one guide me how to configure .gitconfig 

I have tried following commands.

git config --global sendemail.smtpserver smtp.mail.yahoo.com
git config --global sendemail.smtpserverport 4100
git config --global sendemail.smtpencryption ssl
git config --global sendemail.smtpuser moon.linux at yahoo.com
git config --global sendemail.confirm auto


But I get following error:
Unable to initialize SMTP properly. Check config and use --smtp-debug.

-Anand Moon

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

* Configure git send mail for yahoo email
  2014-08-04 18:34 Configure git send mail for yahoo email Anand Moon
@ 2014-08-04 19:10 ` Valdis.Kletnieks at vt.edu
  2014-08-04 19:40   ` Anand Moon
  0 siblings, 1 reply; 5+ messages in thread
From: Valdis.Kletnieks at vt.edu @ 2014-08-04 19:10 UTC (permalink / raw)
  To: kernelnewbies

On Mon, 04 Aug 2014 11:34:17 -0700, Anand Moon said:

> Unable to initialize SMTP properly. Check config and use --smtp-debug.

So? Did you use --smtp-debug?  Did the resulting output help any?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 848 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140804/63548cc9/attachment.bin 

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

* Configure git send mail for yahoo email
  2014-08-04 19:10 ` Valdis.Kletnieks at vt.edu
@ 2014-08-04 19:40   ` Anand Moon
  2014-08-04 20:10     ` Valdis.Kletnieks at vt.edu
  0 siblings, 1 reply; 5+ messages in thread
From: Anand Moon @ 2014-08-04 19:40 UTC (permalink / raw)
  To: kernelnewbies

Hi Valdis,

Finally I got it working using following configuration 


git config --global sendemail.smtpserver plus.smtp.mail.yahoo.com
git config --global sendemail.smtpserverport 465
git config --global sendemail.smtpencryption ssl

-Anand Moon

On Tuesday, August 5, 2014 12:42 AM, "Valdis.Kletnieks at vt.edu" <Valdis.Kletnieks@vt.edu> wrote:
On Mon, 04 Aug 2014 11:34:17 -0700, Anand Moon said:


> Unable to initialize SMTP properly. Check config and use --smtp-debug.

So? Did you use --smtp-debug?? Did the resulting output help any?

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies at kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

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

* Configure git send mail for yahoo email
  2014-08-04 19:40   ` Anand Moon
@ 2014-08-04 20:10     ` Valdis.Kletnieks at vt.edu
  2014-08-05  4:46       ` Anand Moon
  0 siblings, 1 reply; 5+ messages in thread
From: Valdis.Kletnieks at vt.edu @ 2014-08-04 20:10 UTC (permalink / raw)
  To: kernelnewbies

On Mon, 04 Aug 2014 12:40:35 -0700, Anand Moon said:

> Finally I got it working using following configuration 

> git config --global sendemail.smtpserverport 465

I thought the port 4100 in the original mail looked fishy.  Whatever
gave you the idea to try that?  I'd like to list the source in my
collection of wildly unreliable info sources. :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 848 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140804/7e4f0f0e/attachment.bin 

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

* Configure git send mail for yahoo email
  2014-08-04 20:10     ` Valdis.Kletnieks at vt.edu
@ 2014-08-05  4:46       ` Anand Moon
  0 siblings, 0 replies; 5+ messages in thread
From: Anand Moon @ 2014-08-05  4:46 UTC (permalink / raw)
  To: kernelnewbies

Hi Valdis,

I had the same doubt with the port number.

I got the above setting from below link which turn around to be wrong.

http://www.beautifulwork.org/2012/05/15/send-patches-using-git-from-yahoo/

-Anand Moon



On Tuesday, August 5, 2014 1:41 AM, "Valdis.Kletnieks at vt.edu" <Valdis.Kletnieks@vt.edu> wrote:
On Mon, 04 Aug 2014 12:40:35 -0700, Anand Moon said:




> Finally I got it working using following configuration 

> git config --global sendemail.smtpserverport 465

I thought the port 4100 in the original mail looked fishy.? Whatever
gave you the idea to try that?? I'd like to list the source in my
collection of wildly unreliable info sources. :)

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies at kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

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

end of thread, other threads:[~2014-08-05  4:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-04 18:34 Configure git send mail for yahoo email Anand Moon
2014-08-04 19:10 ` Valdis.Kletnieks at vt.edu
2014-08-04 19:40   ` Anand Moon
2014-08-04 20:10     ` Valdis.Kletnieks at vt.edu
2014-08-05  4:46       ` Anand Moon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.