unsubscribe link missing

hello,

when members get a email, at the footer should shown the "about us" and "unsubscribe" link, but only "about us" is shown.

email footer in studio looks good:

 </div>

                </td></tr>

                <tr><td valign="top">

                    <div style="margin-top:5px; text-align:center; color:#999; font:11px Helvetica, Arial, sans-serif;">{about_us}   {unsubscribe}</div>

                

                </td></tr>

            </table>

        </div>

    </body>

</html>

but when receive a mail, it looks like this:

 </div>
                </td></tr>
                <tr><td valign="top">
                    <div style="margin-top:5px; text-align:center; color:#999; font:11px Helvetica, Arial, sans-serif;"><a href="https://domain.xyz/about" title="About us">About us</a>   </div>

                </td></tr>
            </table>

        </div>
    </body>

unsubscribe link is missing, what can i do?

  • 722
  • More
Replies (3)
    • I thought it was missing too, but which email are you checking? It won’t come on the invite links because those people are not subscribed. Check emails with actual notifications. It will come there.

      • Invite emails or email confirmations don’t have the unsubscribe link. Just the automated emails with notifications

        • hello,

          thanks for reply, that could be possible

          Login or Join to comment.