dcl2589 Where can I see a list of users who have unsubscribed from all lists? I'm not seeing anything in the Statistics.
jvstratum Hi, Currently the only way to do this is using mass actions and filter your users that are not subscribed to your lists. Unforunately you need to manually add each list. You would need the Enterprise version to do this.
dcl2589 I have Enterprise, but don't follow your suggestion. Can you please provide the steps for this?
jvstratum Hi, Please download the latest Acymailing 6.11.0. It's much easier now to see who unsubscribed from your lists. https://www.acymailing.com/change-log/
dcl2589 I updated to 6.11.0 and I now see the option in the Lists area. However, in our emails, all of the links became small and a different font. I have a custom style set in the email for our links but it's being ignored.
jvstratum Hi, You can solve that by using code with a higher specifity. You can read more about it here: https://dev.to/emmabostian/css-specificity-1kca For example: #acymwysidtemplate a:visited {color: #1c1d1f;} This has a higher specifity then a:visited {color: #1c1d1f;}