Author |
|
cmoozilla Newbie
Joined: 23 November 2011 Location: Canada
Online Status: Offline Posts: 9
|
Posted: 05 December 2014 at 5:59am | IP Logged
|
|
|
Hi,
We are using the MailBee.NET component to send automated emails, using the QuickSend method.
When sending emails to a single domain to test this seems to work well.. I send 300 emails, and I receive 300 emails.
Sometimes when I attempt to send 300 emails to multiple domains and I BCC or CC myself I only receive about 10 emails, even though there does not appear to be any error thrown.
Any ideas what I am doing wrong or what I can do to capture the error/determine what is going wrong?
Thanks for any help you can provide.
Chris
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 05 December 2014 at 6:15am | IP Logged
|
|
|
To check if there might be any errors and to be able to determine their reason, you would need to enable logging SMTP session and then examine those logs. Please note that you will have to use regular Send method rather than QuickSend as the latter doesn't allow for logging.
Please bear in mind that in case of QuickSend, if message is being sent to multiple recipients, delivery is considered successful if the message is sent fine to at least one of the recipients. In case of regular Send, you can fine-tune that behavior.
And by the way, it could be that your own server will blocks mails if a large number of those comes from the same IP address, it might either reject those or put into Spam folder.
Last thing to mention here is unsuccessful mail deliveries are usually tracked by monitoring for bounce messages - and in theory, you might be able to receive those even in case of QuickSend is used, assuming that recipient's SMTP server would accept all the mails and then send bounces back if specific email address wasn't found on that server.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|