Email Marketing Settings

Update your settings such as your sender name and email, along with advanced settings

This article will help you edit your sender name and email after you've already configured it in the mail settings wizard. 

  • A) Under our Marketing Tab > Click on Mailings in the left hand sidebar menu. 
  • B) Click on "Settings" at the top, and proceed to put in your "Sender Name" and Sender Email" in the box that proceeds to open. 
  • Once done, click on Save settings. You can always come back here and update this anytime you need to.

Advanced Settings (Do Not Attempt If You Are Not Comfortable With Code): 

If you wish to set an overall custom CSS for all your mail outs, specifically for your buttons, you can do so by copying and pasting the following line of code into this section and adjusting the hex code (ensure the # is in front of the 6 digit colour code — you can use https://www.color-hex.com/ to find your colour code).

Please copy the entire line below including closing bracket and paste into the section specified below in the screenshot.

.mailing-button a {
    background-color: #000000 !important;
}