Rather than defining contact_email within app.config, define it in a parameters entry:
parameters:
contact_email: somebody@gmail.com
You should find the call you are making within your controller now works.
Rather than defining contact_email within app.config, define it in a parameters entry:
parameters:
contact_email: somebody@gmail.com
You should find the call you are making within your controller now works.