-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot enter multiple To: addresses in Admin #31
Comments
That's because the field is of type |
It works by editing the email.yaml in user/config/plugins/ -- which will then show mulitple email addresses in the Email Admin... you just can't do it in via the Admin because of that validation |
Yes, that's correct, you can use it, manually. What I'm saying is that the validation in Grav Core and the yaml field for the |
This is now fixed with getgrav/grav@3529d19 . |
Admin plugin > Email to: field
if you try and specify: [email protected], [email protected], [email protected]
You get an error... Tooltip says:
A part following '@' should not contain a symbol ',' .
And it won't allow you to save...
you can edit the email.yaml files as such:
and it works fine... and generates the same comma delimited values I listed above in the Email Admin
The text was updated successfully, but these errors were encountered: