#!/bin/bash
#
dm1="[email protected], [email protected], [email protected]"
dm2="[email protected], [email protected], [email protected]"
dm3="[email protected], [email protected], [email protected]"
#
read -p "type: dm1, dm2 or dm3 to select: " blocks
I need that variable $blocks will contains not the string dm1, dm2 or dm3 but the contents of dm1, dm2 or dm3 variables to redirect to mutt to send email