Author |
|
Clod Newbie
Joined: 13 July 2010 Location: Italy
Online Status: Offline Posts: 2
|
Posted: 14 July 2010 at 5:46am | IP Logged
|
|
|
The server has Responded with a negative reply. The Server Responded: 421 # 4.4.5 Too many connections from your host ..
This is the error generated by the method Send () smtp object to certain providers.
Is there a way to send messages to all accounts of the same provider using the same connection and directly (without specifying an SMTP server)?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 14 July 2010 at 5:58am | IP Logged
|
|
|
If you're using MailBee to send mails, it is not required to specify SMTP server. Instead, you can use DNS MX lookup so that MailBee will attempt to determine SMTP server for each given recipient. For this to work, you'll need to define a list of DNS servers to be used, either automatically or explicitly. This documentation page contains an example and a few guidelines on this.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Clod Newbie
Joined: 13 July 2010 Location: Italy
Online Status: Offline Posts: 2
|
Posted: 14 July 2010 at 6:40am | IP Logged
|
|
|
Thanks for the reply.
I'm already sending in direct mode.
The question is how to to send messages to all accounts of the same provider using the same connection to avoid the following error :
The server has Responded with a negative reply. The Server Responded: 421 # 4.4.5 Too many connections from your host ..
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 14 July 2010 at 6:48am | IP Logged
|
|
|
Asking the server administration to remove/lower the limit seems to be the only way.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|