Hi, Chris Coutinho wrote: > Currently my gitconfig contains the following line: > > sendemail.smtpserveroption=-a<myaccount> > > Whereas, the following results in an 'account' not found error: > > sendemail.smtpserveroption=-a <myaccount> Do you mean that your ~/.gitconfig literally contains that exact line? I would be surprised to hear that syntax works --- see [1] for the syntax I would expect to work. If you have more details, that would help. Thanks, Jonathan [1] https://www.kernel.org/pub/software/scm/git/docs/git-config.html