lespritdelescalier
Registered User.
- Local time
- Today, 02:27
- Joined
- Mar 16, 2015
- Messages
- 50
Hi everyone,
I am working with an Access 2003 application, and one of the functions of the program is to create a csv file, and then send it to a list of email addresses which are stored in a database table.
The procedure that creates the csv file works every time. The csv is created, and it has the correct data in it.
The procedure that creates and sends the email works sometimes, and fails sometimes. Here are the tests I've done, and their results:
1. Send the email to 3 internal addresses - WORKS
2. Send the email to 1 internal address, 1 hotmail address, 1 gmail address - WORKS
3. Send the email to 2 internal addresses, 2 external addresses for the client - FAILS
4. Send the email to 2 internal addresses, 2 external addresses for the client while manually executing the code in debug mode - WORKS
I've confirmed that sending emails to both internal and external addresses works just fine. However, sending to the client's email addresses does not work unless I step through the code line by line.
Any ideas? Thanks for any help you can provide!
I am working with an Access 2003 application, and one of the functions of the program is to create a csv file, and then send it to a list of email addresses which are stored in a database table.
The procedure that creates the csv file works every time. The csv is created, and it has the correct data in it.
The procedure that creates and sends the email works sometimes, and fails sometimes. Here are the tests I've done, and their results:
1. Send the email to 3 internal addresses - WORKS
2. Send the email to 1 internal address, 1 hotmail address, 1 gmail address - WORKS
3. Send the email to 2 internal addresses, 2 external addresses for the client - FAILS
4. Send the email to 2 internal addresses, 2 external addresses for the client while manually executing the code in debug mode - WORKS
I've confirmed that sending emails to both internal and external addresses works just fine. However, sending to the client's email addresses does not work unless I step through the code line by line.
Any ideas? Thanks for any help you can provide!