65.9K
CodeProject is changing. Read more.
Home

SMTP server stress tester

starIconstarIconstarIconemptyStarIconemptyStarIcon

3.00/5 (2 votes)

Mar 21, 2002

viewsIcon

111610

downloadIcon

3753

stress test your SMTP server by sending a large number of emails

Sample Image - SMTPstress.jpg

Introduction

SMTP stress checker is a utility for stress testing SMTP servers. Using this we can send a large number of mails within a short time in order to check the capacity of the SMTP server.

I used this program when I wrote the spam killer. It creates multiple threads and sends the emails simultaneously.