Slowly sending anonymous emails.

Андрей Михалевский 2,891 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 Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,503 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KyleXu-MSFT 26,246 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 user@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.