Open Notepad and edit the batch file mail_merge.bat.
Some important parameters used in the batch file
- Note the use of -tolist. This instructs
NetMailBot to use the text file specified after this parameter, as the
list of email addresses.
- Change the parameter: -from test@exclamationsoft.com to your own email address.
- Change the parameter: -server localhost to your own
mail server
- Note the use of -recipientlimit 1. This
instructs NetMailBot to limit each email message sent, to one recipient.
Execute the batch file by double-clicking it in "My Computer".