<div dir="ltr">Hi,<div><br></div><div>I wanted to use gmail to send patch bomb emails directly from mercurial. I looked at..</div><div><br></div><div><a href="https://chirp.danplanet.com/projects/chirp/wiki/DevelopersProcess#Setting-up-GMail-for-patchbomb-email" rel="noreferrer" target="_blank" style="font-size:12.800000190734863px">https://chirp.danplanet.com/<wbr>projects/chirp/wiki/<wbr>DevelopersProcess#Setting-up-<wbr>GMail-for-patchbomb-email</a><br></div><div><br></div><div>Some additional notes that might help people.</div><div><br></div><div>First ensure you have Two Factor Authentication enabled for your gmail account.</div><div><br></div><div>Next setup an app password for mercurial</div><div><br></div><div><a href="https://security.google.com/settings/security/apppasswords">https://security.google.com/settings/security/apppasswords</a></div><div><br></div><div>Select app - Other</div><div>Enter - mercurial</div><div>Note the app_password</div><div><br></div><div>Then in your hgrc file add/update the smtp section</div><div><br></div><div><div>[smtp]</div><div>host = <a href="http://smtp.gmail.com">smtp.gmail.com</a></div><div>port = 587</div><div>tls = True</div><div>username = <a href="mailto:mygmailname@gmail.com">mygmailname@gmail.com</a></div><div>password = app_password</div></div><div><br></div><div>Then when you have prepared the patch and runĀ </div><div><pre style="margin:1em 1em 1em 1.6em;padding:2px 2px 2px 0px;background-color:rgb(250,250,250);border:1px solid rgb(218,218,218);width:auto;overflow-x:auto;overflow-y:hidden;color:rgb(72,72,72);font-size:12px"> hg email tip</pre></div><div>Enter past the CC prompt</div><div><br></div><div>Hopefully the patch will be sent!</div><div><br></div><div>ThanksĀ </div><div><br></div><div>Nicolas</div></div>