Learn about Centmin Mod LEMP Stack today
Become a Member

sendgrid issue?

Discussion in 'Other Web Apps usage' started by Oxide, Nov 24, 2016.

  1. Oxide

    Oxide Active Member

    534
    29
    28
    Mar 19, 2015
    Ratings:
    +59
    Local Time:
    2:46 PM
    I ran this code: http://i.imgur.com/zd5xkmD.png

    And according to Sendgrid, I sent over 200.000 emails - where some of my clients got over 500 emails from me.


    I've checked my code 100 times, and it looks completely fine to me. I believe this is a error on sendgrid's side, rather than mine.

    Basically I load the emails from a database.
    Verify if they are OK.
    Then send them an email.

    I limited the database to max 1000, so it's quiet weird how it could send 200.000 emails (over 500 to each person).

    Any ideas?

    It went through around 950 times. Far from 200.000 - the request was done within a minute. There is no way my server could push out 200.000 SMTP Requests in less than a minute!
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    2:46 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Unfortunately no a programmer so can't help with that code.