# Sending Gmail Emails in Bulk

**URL:** https://community.fibery.io/t/sending-gmail-emails-in-bulk/6471
**Category:** Bugs & Issues
**Tags:** email-integration
**Created:** [August 2, 2024, 12:22pm UTC](https://community.fibery.io/t/sending-gmail-emails-in-bulk/6471 "2024-08-02T12:22:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![RonMakesSystems](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/ronmakessystems/32/14122_2.png) [@RonMakesSystems](https://community.fibery.io/u/RonMakesSystems)
#### Post date: [August 2, 2024, 12:22pm UTC](https://community.fibery.io/t/sending-gmail-emails-in-bulk/6471/1 "2024-08-02T12:22:26Z")

</div>

I am trying to send emails to 500 people with a button. It is returning n error after around 80 email sends. See here: [g suite - Google SMTP Error: 454 4.7.0 Too many login attempts, please try again later - Server Fault](https://serverfault.com/questions/543007/google-smtp-error-454-4-7-0-too-many-login-attempts-please-try-again-later)

Error: 454 4.7.0 Too many login attempts, please try again later.

My DKIM is on, so I’m wondering if behind the scenes it authenticates the user and password per email send, and if its possible to change it to auth per button press, then stay logged in throughout the bulk sending. Not sure if this will solve it or if its even possible… Might just have to set up SendGrid… 😕

---

<div class="post-metadata">

### Author: ![Oleg](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/oleg/32/1887_2.png) [@Oleg](https://community.fibery.io/u/Oleg)
#### Post date: [August 5, 2024, 12:29pm UTC](https://community.fibery.io/t/sending-gmail-emails-in-bulk/6471/2 "2024-08-05T12:29:52Z")

</div>

Hi,

You are right. Unfortunately, the auth happens per every email sending. SendGrid indeed can be a solution to proceed.

Thanks,  
Oleg

---

<div class="post-metadata">

### Author: ![mdubakov](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/mdubakov/32/10_2.png) [@mdubakov](https://community.fibery.io/u/mdubakov)
#### Post date: [September 20, 2024, 6:02am UTC](https://community.fibery.io/t/sending-gmail-emails-in-bulk/6471/3 "2024-09-20T06:02:34Z")

</div>

I hope it will be solved with Google OAuth release.
