http://www.perlmonks.org?node_id=1215382


in reply to Re: Formatting a MAil in PERL
in thread Formatting a MAil in PERL

Design your application from the very start so that content editors can devise new e-mails and change their content just by editing template files, which you read from a designated location separate from your program. Your software "renders the template" to produce the content that is then e-mailed. It generates a list of values which the editors can use in the templates.