stevewatson
New member
- Joined
- Aug 5, 2009
- Messages
- 3
- Programming Experience
- Beginner
All,
I have a database that holds email addresses, and I want to send each one an email via a GMail account.
My code works fine - the first email is sent and I receive it. I then navigate to the second email address, click the button, and, again, the email is sent just fine.
Then I encounter problems. After sending two, if I try to send any more, I get an error telling me the operation has timed out? I have no choice then but to quit my application and try again - and it will then send two, before giving me the error.
So, my question is - why can I only send 2 emails at a time before I get the timeout error?
I have a database that holds email addresses, and I want to send each one an email via a GMail account.
My code works fine - the first email is sent and I receive it. I then navigate to the second email address, click the button, and, again, the email is sent just fine.
Then I encounter problems. After sending two, if I try to send any more, I get an error telling me the operation has timed out? I have no choice then but to quit my application and try again - and it will then send two, before giving me the error.
So, my question is - why can I only send 2 emails at a time before I get the timeout error?
Last edited: