Author |
|
rishi_somshetti Groupie
Joined: 31 January 2007 Location: India
Online Status: Offline Posts: 84
|
Posted: 16 February 2009 at 10:13pm | IP Logged
|
|
|
Hello,
we are using mailbee .net objects and MMQ for sending bulk mails.
Previously,We had installed 5 instances of MMQ on one machine and it is working fine.
Now we have installed one more mail server and 5 instances of MMQ on that server and want to send mails from both servers.
requirement is:-
our application is running on one server and this application will save eml files in queue path of MMQ instances which will be on other server.
Kindly inform How do we specify queue path which resides in another machine in submitToPickupFolder() method?
We would appreciate your quick response
Santosh
santosh@netgainstechnologies.com
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 17 February 2009 at 5:13am | IP Logged
|
|
|
Just specify a network path like:
\\LOCAL-SERVER\DATA\Queue1\
Alternatively, you may map a network drive:
subst Q: \\LOCAL-SERVER\DATA\Queue1\
And specify a local path:
Q:\
Please make sure the system account your application is running under has permission to write to the specified location.
Also, the critical point is that both the machines must be in the same local network.
Best regards,
Andrew
|
Back to Top |
|
|