Hello,
We have dozens of letter templates in m$ Word format that are currently manually customized and then sent out. The letters all follow this general pattern:
Dear Dr. <LastName>,
Blah blah blah <Variable>, blah blah blah <Variable2>
Sincerely,
<FirstName> <LastName>
I will be using these letter templates in a web interface and need to find a way to store them in a way that will allow me to customize them with data pulled from our database. At first, I was thinking of storing the letter templates in a database table, but it seems that would make the customization process complicated. I was also thinking of storing them in a class file and passing in parameters whenever the letter template was called, but this isn't ideal because any changes to the letter templates would require us to deploy to updated file to our production server. Any suggestions? Third party software is out of the question - just looking for ...
Go to the complete details ...