Forum Discussion
thanhtien19
Dec 08, 2023Iron Contributor
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.
- 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)
thanhtien19
Dec 11, 2023Iron Contributor
So very more settings , which settings can do send slow ? so I can try set SmtpMaxMessagesPerConnection to 5 to can slow send email ?
LeonPavesic
Dec 11, 2023Silver Contributor
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)