All emails addressed to same user
-
After upgrading to Version 2.0.6, our new post notification emails are being addressed to the same user. They are sent out to all subscribers, but within the message body, all instances of keywords like {{NAME}} and {{EMAIL}} are replaced with data from the same user.
This is a pretty bad situation, since that user’s name and email are exposed and broadcast to all subscribers.
Automattic’s WP-Super-Cache plugin is active on the site. It is configured not to cache pages for logged in users, or pages with GET parameters (?x=y at the end of a url). However, since email templates are just custom post types, I wonder if this could be the problem? I have added the post id of our template to the “rejected strings” section of WP-Super-Cache, but have not yet tested whether this fixes anything.
Thank you for any help or hints you are able to provide.
- The topic ‘All emails addressed to same user’ is closed to new replies.