Mass email question

Discussion in 'Email' started by scotprince, Jun 2, 2011.

  1. Hi,

    I tried to send 502 emails to my subscribers but it appears they did not go out. I am not exceeding any of the limits nor do I intend to. Since I "dropped" 502 emails into the queue did they not go out or how can I check that? I know my code is good because I did a some tests beforehand with groups of ten emails. Thanks.
     
  2. 500 messages would not trigger any alert or throttling. They should go out without any problem. Did you send one message with 502 recipients (that will fail) or 502 separate messages?
     
  3. it was 502 seperate emails. It appears that some of them made it but some did not. In the future I will break the send out to smaller chunks with a one second delay between sends. thanks.
     
  4. I'm having trouble sending out emails up to 80 recipients. What is the max # of recipients allowed per email being sent via asp.net?
     
  5. FredC

    FredC Winhost Staff

    You can have up to 40 recipient per message. This is a mail server restriction.

    In general, when you mass mail, you should send an email per recipient.
     
  6. How did you add a delay between the sends in the asp loop?
     

Share This Page