We are developing a mail system, and we would like to allow user to add custom greeting while creating message.. for example, check following...
we will set this variable(var_name) in php.
Hello ${var_name},
This is test message.
we are not using any framework.