On 10.06.2022 11:31, 박보윤 wrote: > Hi, I want to contribute to Xen Project. > > So I tried to follow the contribution guidelines from Xen Wiki. > > https://wiki.xenproject.org/wiki/Submitting_Xen_Project_Patches > <https://wiki.xenproject.org/wiki/Submitting_Xen_Project_Patches> > > But I found that I cannot use smtp server directly from linux due to security > policy from work. > > Therefore, I cannot send patches through git send-email. > > Can I ask whether there is any alternative method for git send-email?
With a properly configured client (and the server side not fiddling with mail content in undue ways) you can simply send patches manually. I do so all the time. If you absolutely can't configure things such that patches wouldn't be corrupted, you might need to resort to attaching patches to your mails (but for the sake of people wanting to comment, please nevertheless also inline the patch in such a case, pointing out clearly that a well-formed patch is attached). Jan