Forum Discussion

thanhtien19's avatar
thanhtien19
Iron Contributor
Dec 08, 2023
Solved

when send email to Yahoo sometime show "User is receiving mail too quickly tnmpmscs"

when send email to Yahoo sometime show "User is receiving mail too quickly tnmpmscs" and some retry then these email send ok , how to setting to exchange edge  send slow outbound email.
  • LeonPavesic's avatar
    LeonPavesic
    Dec 11, 2023

    Hi thanhtien19,

    Yes, you can adjust the SmtpMaxMessagesPerConnection setting to control the number of messages sent per SMTP connection.

    To achieve this, use the following PowerShell command:

     

    Set-SendConnector "Your Send Connector Name" -SmtpMaxMessagesPerConnection 5

     


    Replace "Your Send Connector Name" with the actual name of your Send Connector. This command configures the maximum number of messages allowed per SMTP connection to be 5.


    Please click Mark as Best Response & Like if my post helped you to solve your issue.
    This will help others to find the correct solution easily. It also closes the item.


    If the post was useful in other ways, please consider giving it Like.


    Kindest regards,


    Leon Pavesic
    (LinkedIn)

Resources