[libvirt] Mails rejected by mailist?

Justin Clift jclift at redhat.com
Tue Feb 15 13:11:05 UTC 2011


On 15/02/2011, at 6:08 PM, Lyre wrote:
> Hi all:
> 
> I've solved it, add those line in gitconfig:
> 
> [sendemail]
> smtpencryption = tls
> smtpserver = smtp.gmail.com
> smtpuser = yourname at gmail.com
> smtpserverport = 587
> 
> Thus git use gmail smtp to send the patches.

Yep.  I also have this in mine, which helps with some UTF characters in people's names:

[format]
	headers = "MIME-Version: 1.0\nContent-Type: text/plain; charset=utf-8\nContent-Transfer-Encoding: 8bit\n"

Well, that helps with "git format-patch" anyway. :)




More information about the libvir-list mailing list