15
mydarb
6y

In college I was working on a PHP app that needed to get a list of people to send emails to from a DB and send an email to all of them.

The good news is, I had hard-coded my own email address for testing so I wouldn't annoy anyone if things got messed up.

The bad news is, I had done something wrong and had an infinite loop. It was only running for 30 seconds or so, but the emails were coming in for hours.

Comments
Add Comment