Author |
|
atagaew Newbie
Joined: 26 June 2011 Location: Ukraine
Online Status: Offline Posts: 5
|
Posted: 26 June 2011 at 5:12am | IP Logged
|
|
|
Hi.
My company is using Mailbee SMTP .NET component for sending emails.
They asked me to investigate how to know when the email has gone out from SMTP's server queue.
As i know, regular smtp process is following:
-Mailbee connects with SMTP server
-Mailbee sends to the SMTP the recipient and body of email
-The SMTP server puts the email to the sending queue
-When its time to send the email, the SMTP server takes it from the queue and connects with target SMTP server
-The SMTP server sends the email to the target smtp
-the SMTP server removes the email from the sending queue.
I want to know the moment when the email has gone from the sending queue.
I need it to set a flag in my internal database. The flag means that the message has gone from my SMTP server.
What's the best way how to check it ?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 26 June 2011 at 10:47pm | IP Logged
|
|
|
Have responded in this forum thread.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|