2
Answers

Bulk mail using exchange server 2013 and 2016

Anil Kumar

Anil Kumar

7y
210
1
Hi i need help regarding number of mail sending per hour.
 
as earlier we were deployed exchange 2007 in our organization in that case we ware sending approx 10000 mail par hour with 20kb of attachment but now we have updated into exchange server 2013 and 2016 and we are able to send same mail only 700 approx mail per hour
 
please help how to increase limit up to 10000 per hour with 20kb of attachment with exchange server 2013 and 2016
Answers (2)
0
Sivaraman Dhamodaran
NA 61.8k 2.7m 12y
Well. You don't have any special char need in your spec.

Define a strings like:
"abcdefghijklmnopqrstuvwxyz0123456789".
"abcdefghijklmnopqrstuvwxyz"
" 0123456789"
Have a boolean flag for each.
Algo:
1) Iterate through each pwd char. Make sure the char falls in above string. When char not found, set the flag to false. When a char is lower case letter set the relevant flag to true. When a char is digit set flag related to digit as true. At the end of iteration you can check the flags to satisfy first three points.
2) For fourth point you need a inner loop that again iterates through all your chars. Here you can check the repeatable patterns.