* [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
* Re: [Buildroot] git send-email via. GMail API
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
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-19 7:30 UTC (permalink / raw)
To: Christian Stewart; +Cc: Yann E. MORIN, Buildroot Mailing List
Hello,
On Thu, 18 Jul 2024 21:44:08 -0700
Christian Stewart <christian@aperture.us> wrote:
> 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.
Thanks, seems useful! Perhaps something to mention in our
documentation, in the section "22.5.2. Preparing a patch series", which
already has some details about "git send-email".
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
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.