This example demonstrates how to send an email using the mail merge features in NetMailBot,
specifically how to personalize the fields: to, from, subject, and the filename of the
email message body. The message body is loaded from a file that is dynamically assigned
based on data in the .csv file.
The database used is a text file in CSV format (comma delimited file) which
contains some sample data.
NOTE: You should change the email addresses in the text file to your own email address(es)
before running a test.