The following parameters are needed for mail merge and personalization:
- -dbtable
- This parameter specifies the database table where email addresses are stored.
- -dbemailcolumn
- This parameter specifies the column name that contains email addresses.
- -dbreplacementids
- Replacement identifiers are tags used for subsititution. There are two parts
to a replacement id: A replacement tag and an database column name. For example,
consider the replacement id "<<first_name>>=clientFirstName". The
tag "<<first_name>>" is placed in an email body such as
"Dear <<first_name>>, thank you..." and will be replaced by the value of
clientFirstName.
- -dbuseaddressee
- This parameter specifies the addressee to use, "to", "cc", or "bcc".
- -dsn
- This parameter specifies the dsn (data source name) to use for the database
- -personalize
- Simply specifying this paramter will cause NetMailBot to do the replacements as specified
by the replacement identifiers.
Example
Click Here
to view a complete working example using Mail Merge with an Access Database
Click Here
to view a complete working example using Mail Merge with a CSV (Text) file