Speed up sending multiple emails through smtp server using System.Net.Mail

Viewed 2629

I am quite a newbie in C# but I have learnt a lot from VB.Net about programming in .Net for windows.

I have just made a simple SMTP client which sends emails from the program. It is a console application and can only send one email through the server at a time. This is very slow and I need to send multiple emails through my client at the same time.

Is this possible in C#?

1 Answers
Related