<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Paul Menzel <<a href="mailto:pmenzel@molgen.mpg.de">pmenzel@molgen.mpg.de</a>> 於 2024年4月30日 週二 下午2:48寫道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear Kelly,<br>
<br>
<br>
Am 30.04.24 um 06:58 schrieb Kelly Hung:<br>
> For the warning message:<br>
> From: Kelly Hung '<<a href="mailto:ppighouse@gmail.com" target="_blank">ppighouse@gmail.com</a>>' != 'Signed-off-by: Kelly Hung <<a href="mailto:Kelly_Hung@asus.com" target="_blank">Kelly_Hung@asus.com</a>>'<br>
> <br>
> I replaced <a href="mailto:Kelly_Hung@asus.com" target="_blank">Kelly_Hung@asus.com</a> with my private Gmail account.<br>
> <br>
> Due to a security issue with ASUS's mail server, I am unable to use<br>
> ASUS's mail system to send patches out from my build server.<br>
> So I executed git send-email using my private gmail account.<br>
<br>
To put light on ASUS’ upstream work, using your company address would be <br>
nice in my opinion. Do you have it configured everything in git <br>
(`~/.gitconfig`)?<br>
<br>
     git config --global <a href="http://user.name" rel="noreferrer" target="_blank">user.name</a> "Kelly Hung"<br>
     git config --global user.email <a href="mailto:Kelly_Hung@asus.com" target="_blank">Kelly_Hung@asus.com</a><br>
<br></blockquote><div><br></div><div>Hi, Paul,</div><div>Below is my git configuration. </div><div>[user]</div><div>        name = Kelly Hung</div><div>        email = <a href="mailto:Kelly_Hung@asus.com">Kelly_Hung@asus.com</a></div><div>[sendemail]<br></div><div>        smtpserver = <a href="http://smtp.gmail.com">smtp.gmail.com</a></div><div>        smtpEncryption = tls</div><div>        smtpUser = <a href="mailto:ppighouse@gmail.com">ppighouse@gmail.com</a></div><div>        smtpServerPort = 587</div><div> </div><div>I made sure the "From" value after executing git format-patch was my ASUS email address.</div><div><div><br></div><div>From: Kelly Hung <<a href="mailto:Kelly_Hung@asus.com">Kelly_Hung@asus.com</a>><br></div><div>Date: Thu, 29 Feb 2024 16:45:02 +0800</div><div>Subject: [PATCH v7 1/2] dt-bindings: arm: aspeed: add ASUS X4TF board</div></div><div><br></div><div>Since my smtp server is Gmail, when I run send-gmail it replaces my "From" value with the Gmail account. I asked ASUS IT for assistance today and tried to get an SMTP acount.  </div><div><br></div><div><div>Thanks for help.</div></div><div><br></div><div>Best Regards</div><div>Kelly</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Then `git format-patch` and `git send-email` should put<br>
<br>
From: Kelly Hung <<a href="mailto:Kelly_Hung@asus.com" target="_blank">Kelly_Hung@asus.com</a>><br>
<br>
at the top of the message.<br>
<br>
<br>
Kind regards,<br>
<br>
Paul<br>
</blockquote></div></div></div></div></div></div>