1
votes

My application uses a third party tool which sends reports via email using outlook. This functionality was working correctly with outlook express and windows 2003 server. Now we have upgraded to windows 2008 R2 and Outlook 2010 it needs outlook to be open to send out emails or else the emails just sit in the outbox. We don't have any control over third party tool and application is in maintenance mode so no code changes can be done. And we cannot keep outlook open. Is there any way emails can be sent from outbox without the outlook being open? Like any script which can be run outside of the application? Or is there any setting in outlook?

1
Would opening Outlook, sending the Mail and immediately closing it again be an option?geisterfurz007
if you know your smpt credentials you can check blatnpocmaka
No opening outlook is not an option.JSLearner
VBA (and probably VBScript) can manipulate Outlook without Outlook being open.SomethingDark
blat is not an option as the third party tool only uses outlook. I need something which will send emails which are in outbox when outlook is closed.JSLearner

1 Answers

0
votes

After all the research I found out that outlook 2010 cannot send emails which are in the outbox when it is closed. Even the VB Script I wrote opens it in the background. Thank you to everyone who tried to help. We are using thunderbird now. It does not solve the issue which I asked but it is free so we can create multiple from accounts which we need and keep it open.