Search The ForumSearch   RegisterRegister  LoginLogin

MailBee.NET SMTP

 AfterLogic Forum : MailBee.NET SMTP
Subject Topic: MMQ queue path ..... urgent Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
rishi_somshetti
Groupie
Groupie


Joined: 31 January 2007
Location: India
Online Status: Offline
Posts: 84
Posted: 16 February 2009 at 10:13pm | IP Logged Quote rishi_somshetti

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 View rishi_somshetti's Profile Search for other posts by rishi_somshetti
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 17 February 2009 at 5:13am | IP Logged Quote Andrew

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 View Andrew's Profile Search for other posts by Andrew
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide