+ Reply to Thread
Results 1 to 4 of 4

Thread: Email Log???

  1. #1
    Join Date
    Aug 2008
    Location
    Idaho, USA
    Posts
    28

    Default Email Log???

    Good evening. My Php app sent out and email to 80 people, as directed. I have a feeling my app did not successfully make it through all 80 email addresses, and maybe a few on the end of the list didn't get mailed. Unfortunately, I failed to make the script produce output of the ones who were mailed. Lesson learned. However, is there any type of server log I could find that might have that information?

    Thanks in advance,
    Greenie

  2. #2
    Early Out's Avatar
    Early Out is offline Former Moderator, Still Respected
    Join Date
    Mar 2006
    Location
    Sector R
    Posts
    4,650

    Default

    Not sure about the logging (I don't think there is one that you can access), but remember that you're limited to 50 outgoing emails per hour, unless you've requested a higher limit from BH. The absolute maximum is 500 per hour.

  3. #3
    Join Date
    Aug 2008
    Location
    Idaho, USA
    Posts
    28

    Default

    Well, I poked around a bit and did happen to come across a few pretty useful bounce logs from about three months ago.

    I guess I was right in thinking the last few didn't make it ; )

    Thanks for the info on the limit, I'll have to rethink how the messages are sent out in the future. If I would have planned ahead, the "update email" could have just gone out as part of my daily crontab (a fraction of total users per day for the last week).

    Thanks!

  4. #4
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,533

    Default

    80 shouldn't be a problem since you can just ask support to increase your limit (they'll increase it as high as 500).

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts