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.
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.
this is still present in the current Form block. I am surprised.
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.
Forms also ignore the Send From value assigned in the email settings in the dashboard.
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
public_html/concrete/libraries/3rdparty/Zend/Mail/Protocol/Abstract.php
It appears to strip out the comma making the email address appear invalid
FYI
We have just discovered that Concrete itself was removing the commas and have put in place a fix.
We have just discovered that Concrete itself was removing the commas and have put in place a fix.
I am currently having the same problem. I added the space and it still does not help.
Any other thoughts?
Jerlo
Any other thoughts?
Jerlo