Question: Produce a requirements document for a program that allows a company to send out personalized mailings, either by e-mail or through the postal service. Template files contain the message text, together with variable fields(such as Dear [Title] [Last Name ] ...).
A database (stored as a text file) contains the field values for each recipient. Use HTML as the output file format. Then design and implement the program.
You have to satisfy the requirements specific in the instruction.