You need the smtp ... like this :

[vrodri3@localhost ~]$ cat ~/.gitconfig
[user]
    name = Victor
    email = [email protected]
[push]
    default = simple

[sendemail]
    from="Victor Rodriguez <[email protected]>"
    chainreplyto = false
    smtpserver = <yopur smtp server>
    smtpserverport = 25
    envelopesender = [email protected]


On Wed, Aug 19, 2015 at 4:41 AM, Nan Xiao <[email protected]> wrote:
> Hi all,
>
> My Linux server uses a proxy, but I find the "git send-email" command
> doesn't use the proxy, so
> the mail can't be sent.
>
> How can I set a proxy to let "git send-email" command use it?
>
> Thanks very much in advance!
>
> Best Regards
> Nan Xiao
>
> _______________________________________________
> Kernelnewbies mailing list
> [email protected]
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>

_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to