Search code examples
gitgit-send-email

Trying to Disable the CC: option in git-email


I've been trying to disable the CC: email option in GIT-EMAIL and no luck.

No matter what I try it still uses the CC: option and it puts "Your Name" in the CC: field?

Any help in trying to disable the CC: option would be great because its causing an issue where you also receive an email that states Mail Delivery Failure .

I've tried using the git send-email --no-cc , but nothing

I've tried adding the smtp_generic_parameters = !Cc, but nothing

I've made sure the USER NAME and EMAIL address in git config is correct. both in .git/config and .gitconfig and still nothing.


Solution

  • --suppress-cc=all should do the trick.