I'm quite new to typoscript and I want to use an array to associate a subject to an email adress like this
email_mapper {
general = info@somewhere.com
specific = me@somewhere.com
}
to_mail = email_mapper[GP:formhandler|subject]
how can I do something like that in typoscript? Is it possible at all?