I want to send patches to the mailing list and my git config file is like the below.
My git config --list looks like:
user.name=xxx.
user.email=xxx@abc.com
sendemail.smtpserver=mail.abc.com
sendemail.smtpserverport=587
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=https://github.com/linux-test-project/ltp.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master
I get the following error, it could help if someone can help in clearing this. Error:
You must log in to send mail from abc.com