Mass Mailing is a handy and reliable utility designed to enable you to send emails to a large email list.
It is written in c# with a WPF front end. Allows for attachments, multiple smtp servers, and burst control.
Here are some key features of "Mass Mailer":
· Ability to specify Smtp Server(s)
· Ability to specify Email Addresses in Excel 2007+ (32 bit only), Excel 97-2003, or CSV based on Linq to Excel Project
· Ability to add Attachments
· Ability to specify From email address
· Ability to specify Subject of email with "[name]" and "[email]" replacements from Email Address information
· Ability to specify Body of email with "[name]" and "[email]" replacements from Email Address information
· Parallel execution of emails being sent and awaiting response from smtp server
Dialog to show status of emails being sent with the following:
· Number of emails sent and waiting for feedback from Smtp Server.
· Total to be sent
· Successfully Sent
· Errors generated when sent (Each email is retried 3 times before final error is displayed)
· Progress Bar for progress until all emails have responded from server.