All of 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.