Form w/ multiple email addresses

Permalink 3 users found helpful
This was driving me crazy, hopefully it can help someone else out. I found that if you assign multiple email addresses as recipients for a form block you have to put a comma as well as a space after the comma in order for it to work correctly.

I was putting "email1@email.com,email2@email2.com" - and was not receiving anything. Switching it to "email1@email.com, email2@email2.com" solved the issue.

hursey013
 
ideasponge replied on at Permalink Reply
ideasponge
this is still present in the current Form block. I am surprised.
ideasponge replied on at Permalink Reply
ideasponge
At least for me it is. Even odder is that on some of my sites the second email address never receives any email. I have all my sites set to send out via SMTP.

Forms also ignore the Send From value assigned in the email settings in the dashboard.
stugreen replied on at Permalink Reply
stugreen
I tried the comma and space, even a semi colon but the forms still fail in file

public_html/concrete/libraries/3rdparty/Zend/Mail/Protocol/Abstract.php

It appears to strip out the comma making the email address appear invalid
stugreen replied on at Permalink Reply
stugreen
FYI
We have just discovered that Concrete itself was removing the commas and have put in place a fix.
jerlo727 replied on at Permalink Reply
jerlo727
I am currently having the same problem. I added the space and it still does not help.

Any other thoughts?

Jerlo