Hi, On 03/05/2018 11:26 AM, Adeel Ahmad wrote: > I am sending my patch using the git send-email command as below: > > git send-email [email protected] > [email protected] --suppress-cc=self patchname.patch > The log reads: > > OK. Log says: > Sendmail: /usr/sbin/sendmail -i [email protected] > [email protected] > From: Adeel Ahmad <[email protected]> you're trying to send the patch from you hotmail account, ... > To: [email protected] > Cc: [email protected] > Subject: [PATCH] Update required QEMU version to be >= 2.8 > Date: Mon, 5 Mar 2018 15:15:25 +0500 > Message-Id: <[email protected]> > X-Mailer: git-send-email 1.9.1 > > Result: OK > > I also tried using my Gmail address for sending the patch by updating the > following fields in ~/.gitconfig: > > [sendemail] > > smtp-encryption = ssl > > smtp-server = smtp.gmail.com > > smtp-user = [email protected] > ... via gmail as relay.
Spammers like to use such methods (aka. relaying), so I think it simply got marked as spam. Your MX should be allowed to send mail from FROM. So either use a hotmail SMTP server or you gmail account in FROM. Ralf > smtp-server-port = 587 > > > But the patch does not show up here. I am not used to sending patches through > email, so any help would be appreciated. > > Thanks, > Adeel > -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
