You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was reading your documentation, and there you speak about a rate limits of emails to be sent. So I have some questions.
First question:
Using sendGrid, the emails will be actually sent from my email? The one specified in the "from" key , or you will send them at my name?
Because for example if I use a @gmail, it has a rate limit of 500 at day, so would not be possible to send many of them ad once.
Second question:
If you send them, what is the rate limit? how is that set? and how often does it resets?
I saw this possible response in the doc and I haven't seen ay 500 limit in the web site pricing.
Also.. an Example:
If I would have an "Email API essential account" and I want to send 30k email in one day, would that be possible? Could I just send 30K email in one call? With an object of 30K arrays?
SOURCE: https://sendgrid.com/docs/API_Reference/Web_API_v3/How_To_Use_The_Web_API_v3/rate_limits.html
Hi,
I was reading your documentation, and there you speak about a rate limits of emails to be sent. So I have some questions.
First question:
Because for example if I use a @gmail, it has a rate limit of 500 at day, so would not be possible to send many of them ad once.
Second question:
I saw this possible response in the doc and I haven't seen ay 500 limit in the web site pricing.
If I would have an "Email API essential account" and I want to send 30k email in one day, would that be possible? Could I just send 30K email in one call? With an object of 30K arrays?
Thank you