After building a test view, I find that the when configuring the views_mail, when I select the email field to send to, I have issues. I am able to select a field that contains a CCK email value, but not the User:Email value. I can see in my view that it has the same value, but it claims that the User:Email value 'does not contain a valid email address'.
Any thoughts?
Comments
Comment #1
somebodysysop commentedHere is the code which validates email addresses:
And, here is the bit of code that determines whether to add an address to the recipient list:
So, if the user has opted of of receiving emails, either by unsubscribing to a previous email or by NOT checking the "Accept mail" checkbox in his account settings, then he will not be added to the recipient list. If no users are added to the recipient list, then you get this error message:
Not sure if you supplied an exact error message.
Comment #2
schnizaare commentedThank you for your input. The issue was not having "allow emails" selected on some users. To resolve (admin/settings/views_mail) I checked "Force Group Email Opt In". Problem solved!
Thanks so much!