Forum Discussion
thanhtien19
Dec 01, 2023Iron Contributor
Configuring sending emails out slows down
We have several applications that send multiple emails from time to time like invoices. I want from edge server how to limit the number of emails sent per minute. I want it to send out slowly, so what parameters do I need to adjust? please help
2 Replies
- Muthu_kumar2002Copper ContributorHi,
As there Limit were there while you are sending out a limit. It is a hard limit
You need to use a3rd tool campaign monitor. Or mail chip etc,- thanhtien19Iron ContributorI Means is how to email can slow submit to external , as can configure increase value this ?
<add key="SmtpConnectorQueueMessageCountThresholdForConcurrentConnections" value="30"/> (default is 20)
or set Set-TransportService Mailbox01 -MaxPerDomainOutboundConnections 05 (default 20)