Closed
Description
I used the contact form per the docs https://expressionengine.github.io/coilpack-docs/docs/templates/tags/email-contact
And it wouldn't send b/c in the mod.email.php file the $approved_tos
array was empty when step debugging even though I had user_recipients: "no"
and recipients: "me@me.com"
. I changed to user_recipients: false
and it worked. ¯\_(ツ)_/¯ Seems something isn't translating the "no" to a false boolean somewhere.