<div style="line-height:1.4">Maybe you can install mutt to test proxy.<br>Right is the smtpserverport?<br><br><br>Sent from Mail Master<br><br><br></div>On 2015-08-20 07:45 ,  <a href="mailto:xiaonan830818@gmail.com">Nan Xiao</a> Wrote: <br><br><blockquote id="ntes-andriodmail-quote" style="margin:0px;padding-left:1ex;border-left:#ccc 1px solid"><div dir="ltr">Hi Victor,<div><br></div><div>My .gitconfig file is like this:</div><div><br></div><div><div>&nbsp; &nbsp; [user]</div><div>&nbsp; &nbsp; &nbsp; &nbsp; name = Nan Xiao</div><div>&nbsp; &nbsp; &nbsp; &nbsp; email = <a href="mailto:xxxxxx@chinadtrace.org">xxxxxx@chinadtrace.org</a></div><div>&nbsp; &nbsp; [sendemail]</div><div>&nbsp; &nbsp; &nbsp; &nbsp; smtpencryption = ssl</div><div>&nbsp; &nbsp; &nbsp; &nbsp; smtpserver = <a href="http://mail.chinadtrace.org">mail.chinadtrace.org</a></div><div>&nbsp; &nbsp; &nbsp; &nbsp; smtpuser = <a href="mailto:xxxxxx@chinadtrace.org">xxxxxx@chinadtrace.org</a></div><div>&nbsp; &nbsp; &nbsp; &nbsp; smtpserverport = 465</div><div>&nbsp; &nbsp; &nbsp; &nbsp; smtppass = xxxxxxxxxx</div></div><div><br></div><div>And it doesn't work. I think I should config proxy to let smtp route somewhere ...</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr">Best Regards<div>Nan Xiao</div></div></div></div>
<br><div class="gmail_quote">On Wed, Aug 19, 2015 at 11:02 PM, Victor Rodriguez <span dir="ltr">&lt;<a href="mailto:vm.rod25@gmail.com" target="_blank">vm.rod25@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You need the smtp ... like this :<br>
<br>
[vrodri3@localhost ~]$ cat ~/.gitconfig<br>
[user]<br>
&nbsp; &nbsp; name = Victor<br>
&nbsp; &nbsp; email = <a href="mailto:victor.rodriguez.bahena@intel.com">victor.rodriguez.bahena@intel.com</a><br>
[push]<br>
&nbsp; &nbsp; default = simple<br>
<br>
[sendemail]<br>
&nbsp; &nbsp; from="Victor Rodriguez &lt;<a href="mailto:victor.rodriguez.bahena@intel.com">victor.rodriguez.bahena@intel.com</a>&gt;"<br>
&nbsp; &nbsp; chainreplyto = false<br>
&nbsp; &nbsp; smtpserver = &lt;yopur smtp server&gt;<br>
&nbsp; &nbsp; smtpserverport = 25<br>
&nbsp; &nbsp; envelopesender = <a href="mailto:victor.rodriguez.bahena@intel.com">victor.rodriguez.bahena@intel.com</a><br>
<div><div class="h5"><br>
<br>
On Wed, Aug 19, 2015 at 4:41 AM, Nan Xiao &lt;<a href="mailto:xiaonan830818@gmail.com">xiaonan830818@gmail.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; My Linux server uses a proxy, but I find the "git send-email" command<br>
&gt; doesn't use the proxy, so<br>
&gt; the mail can't be sent.<br>
&gt;<br>
&gt; How can I set a proxy to let "git send-email" command use it?<br>
&gt;<br>
&gt; Thanks very much in advance!<br>
&gt;<br>
&gt; Best Regards<br>
&gt; Nan Xiao<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Kernelnewbies mailing list<br>
&gt; <a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
&gt; <a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" rel="noreferrer" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
&gt;<br>
</blockquote></div><br></div>
</blockquote><br><br>