Project DescriptionQuickEmailer is a C# application that uses a csv file containing email addresses and real names to send mass emails out. You can specify smtp host and credentials, from name and address, html or plain text format, and a few other other options.
This project is in beta. Please feel free to send feature requests and/or suggestions to me. If you are interested in helping out, definitely contact me! :)
Each line of the input file should have the format of
email,name.

In the outgoing email message, the string {[name]} (without the curly brackets) will be replaced with the name from the corresponding line in the input file.
