Forum Discussion
when send email to Yahoo sometime show "User is receiving mail too quickly tnmpmscs"
- 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)
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)