Map field values to Email addresses error - Invalid address:
Posted: Thu Aug 29, 2019 5:15 am
Brand new CMSMS installation on my PC with latest Xampp.
CGBetterForms: 1.10.1
Using handler: Send output via email depending on a dropdown/multi-option field
Map field values to Email addresses:
Results in the following error:
As soon as you save the form the return changes to: ;
and makes it one big line in the handler area:
If I take out all but the 1st entry I get a little further, but it still errors out with:
I saw that someone else had this same issue a while back but it wasn't solved as none of the developers could replicate the issue.
Anyone have a fix or solution for this?
Thanks
CGBetterForms: 1.10.1
Using handler: Send output via email depending on a dropdown/multi-option field
Map field values to Email addresses:
Code: Select all
1 | webmanager@rmfms.org
2 | editor@rmfms.org
3 | president@rmfms.org
4 | vice-president@rmfms.org
5 | secretary@rmfms.org
6 | treasurer@rmfms.org
Code: Select all
Invalid address: (addAnAddress to): webmanager@rmfms.org 2 | editor@rmfms.org 3 | president@rmfms.org 4 | vice-president@rmfms.org 5 | secretary@rmfms.org 6 | treasurer@rmfms.org
and makes it one big line in the handler area:
Code: Select all
1 | webmanager@rmfms.org 2 | editor@rmfms.org 3 | president@rmfms.org 4 | vice-president@rmfms.org 5 | secretary@rmfms.org 6 | treasurer@rmfms.org
Code: Select all
Could not instantiate mail function.
Anyone have a fix or solution for this?
Thanks