Slowly sending anonymous emails.

Андрей Михалевский 3,451 Reputation points
2022-10-17T08:10:01.813+00:00

Hello. I have an application that sends emails via POP3. About 500 emails leave the server in 10 seconds.

I converted it to anonymous sending. Now I have one email going out in a minute.

What can the delay be caused by and how to fix it ?

Exchange | Exchange Server | Management
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KyleXu-MSFT 26,396 Reputation points
    2022-10-18T01:54:18.387+00:00

    @Андрей Михалевский

    I converted it to anonymous sending.

    You could use Telnet command to send emails? You can also check the mail flow for it with Message Tracking Log:

    Get-TransportService | Get-MessageTrackingLog -Recipients ******@domain.com -MessageSubject "subject" -Start 10/17/2022 -End 10/19/2022  
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.