Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] git send-email via. GMail API
@ 2024-07-19  4:44 Christian Stewart via buildroot
  2024-07-19  7:30 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Stewart via buildroot @ 2024-07-19  4:44 UTC (permalink / raw)
  To: Buildroot Mailing List; +Cc: Yann E. MORIN, Thomas Petazzoni

Hi all,

As a Buildroot developer, I frequently send out patches via email:

  git format-patch -v1  -M -n -s -o outgoing upstream/master
  git send-email --to buildroot@buildroot.org ./outgoing

Using GMail, this has caused a lot of issues with SMTP:

- Leaking personal IP address in emails
- SPF validation failures
- Email marked as spam
- Needing to use an app password

I have written a program `sendgmailapi` which sends via the GMail API.

https://github.com/paralin/sendgmailapi?tab=readme-ov-file#setup

Hopefully this is helpful to others developing Buildroot with GMail.

Best regards,
Christian Stewart
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-19  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-19  4:44 [Buildroot] git send-email via. GMail API Christian Stewart via buildroot
2024-07-19  7:30 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox