Closed Andy-Flack closed 1 year ago
email: from: '{{ config.plugins.email.from }}' to: - '{{ config.plugins.email.to }}' - '{{ form.value.email }}'
email: from: '{{ config.plugins.email.from }}' to: '{{ form.value.email }}'
works (interim of one address in the array also fails)
This is new problem with the TEST version v4.0.0-rc.3 not with the 'live' version (thankfully).
I get this with any form I have on different website with email v4 First tought it was a form issue
PHP Version?
Sorry, I forget this PHP 8.1
Fixed in 4.0.0-rc.4 - sorry for the delay!
had a form with an email process process:
That gives the error in the title falling back to process:
works (interim of one address in the array also fails)
This is new problem with the TEST version v4.0.0-rc.3 not with the 'live' version (thankfully).