I am trying to send 100 emails to myself asynchronously using the code below and I am receiving only few emails (5 emails) instead of 100 . Any help would be appreciated.
Thanks
using (var client = new SmtpCl…...new MailMessage(email, email, "Test" + count, mailMessage.Body);..."username@gmail.com", i + "-Test subject", "Test body"); //Declare msg...