Search the Community
Showing results for tags 'FEATURE-1874'.
-
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!