View Categories

Hide The SMTP Setup Help Doc Link

< 1 min read

AI Doc Summarizer Doc Summary

This help article provides a brief guide on how to hide the SMTP setup help doc link

TABLE OF CONTENTS

  • How to remove/hide the SMTP setup help doc link
  • Log into your account, go to Settings
  • Related Articles

If you don’t want your clients to see this link:

Log into your account, go to Settings > Agency Settings then scroll down to the Custom CSS field and paste the following code:  #

.hl__smtp-help-doc {
display: none;
}

HTML

This will hide the SMTP setup help doc link. If you decide to display the SMTP setup help doc link again later, simply remove the code from the custom CSS field above

Related Articles #

  • How to setup SMTP providers 

Leave a Reply

Your email address will not be published. Required fields are marked *