Jump to content

Email Marketing Opt Out in Signature


autumnwalker
Message added by WHMCS ChrisD

This functionality requested in this thread has been added in Version 7.5 (which is currently in the Beta stage): https://docs.whmcs.com/Changelog:WHMCS_V7.5 as: 

FEATURE-1874 - Add merge fields to email templates that provide URLs allowing users to opt in or out of receiving marketing emails
 

Recommended Posts

Hello,

I'm looking for a way to conditionally add the email marketing opt out / unsubscribe link to my WHMCS signature when I send out a "marketing email" and omit it when it's not relevant. Below is the default signature, ideally it would look something like "visit our website | log in | get support | unsubscribe"

           </td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                            <tr>
                                <td align="center" valign="top">
                                    <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">
                                        <tr>
                                            <td valign="top" class="footerContent">
                                                 <a href="{$company_domain}">visit our website</a>
                                                <span class="hide-mobile"> | </span>
                                                <a href="{$whmcs_url}">log in to your account</a>
                                                <span class="hide-mobile"> | </span>
                                                <a href="{$whmcs_url}submitticket.php">get support</a> <br />
                                                Copyright © {$company_name}, All rights reserved.
                                            </td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
        </center>
    </body>
</html>        

Has anyone figured out a way to do this?

Thanks!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated