Author |
|
rishi_somshetti Groupie
Joined: 31 January 2007 Location: India
Online Status: Offline Posts: 84
|
Posted: 01 November 2010 at 2:58am | IP Logged
|
|
|
Nov 01, 2010
Dear Support,
If MMQ fails to send some mail then it is converted into bad file.
Is there any API to access the files in MMQ folder so that we get the
sender name, recipient name etc?
Also how do I do retry? Presently someone has to login onto the server to
get this done. The end user usually does not have such access and admin would want to automate such tasks for saving his time.
Rishi
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 01 November 2010 at 3:16am | IP Logged
|
|
|
The files stored in MMQ pickup folder are simple EML files with a couple of special headers added (x-sender and x-receiver for sender and recipients respectively), those can be easily retrieved with either ActiveX or .NET version of MailBee Objects.
We assume there's no "end user" with MMQ, only administrator is there as those who run the product should have control over it. And even if it's not the case, renaming files from .BAD back to .EML is something you can easily do even with a simple .bat file. Of course, you'll need to stop MMQ service before this and restart it after renaming those files.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|