I can't think of how to do this in my head so I would like someone to lay this out for me. What I am trying to do is allow a user to set a custom greeting for a email using a variable. So for example, in the body of the email, they'll place "$greeting" which will echo out a random greeting they set {'hey', 'hello', 'hi'}.
can someone explain how I would achieve this?