We have a list of members of our site who we send newsletters to. I have written a program using Java Mail that reads the addresses from an Access database and sends an email to each person on the list. It works ok but it does tend to clog up the mail server! Exchange opens a connection for every domain name that is there and keeps trying the mail over and over again.
What I want to do is send the mail through a specific Exchange mailbox. This way it will send all the mail out and wait for replies rather than queing and retrying.
Anyone got any ideas?
What I want to do is send the mail through a specific Exchange mailbox. This way it will send all the mail out and wait for replies rather than queing and retrying.
Anyone got any ideas?