For the complete documentation index, see llms.txt. This page is also available as Markdown.

Affiliate and Member Email Opt-out and Opt-in

Article Topics: Emails, Affiliates, Members

NATS provides a built-in way for both affiliates and members to manage their email preferences and opt out of receiving automated mass mailings.

Affiliate Email Opt-out

Affiliates can manually choose not to receive automated emails sent by the NATS Mailer.

  1. Have the affiliate log in to the affiliate portal.

  2. Navigate to the Display Defaults tab in the Affiliate Area.

  3. Go to the Main Display Defaults section.

  4. Toggle the Receive Mailings setting to disable automated emails.

Once disabled, emails will only be sent to affiliates that have not opted out of automated emails.

Member Email Opt-in Checkbox

Your members can also opt in or out of receiving automated emails from the Mailing Admin.

To add an opt-in checkbox to your join template:

  1. Insert the following HTML checkbox code:

    1. <input type="checkbox" name "signup[mailok]" value=1 checked>

When checked, the member's account will be saved with permission to receive automated mailings. If left unchecked, the member will automatically opt out.

Please note: For the following example, replace linkdomain with your domain.

Affiliate Opt-out

For affiliates to be able to opt out of emails, you need to provide them with a link similar to the following:

If you would like to generate a custom unsubscribe link per affiliate using HTML, you can add this code to the bottom of the page, changing "Unsubscribe" to whichever text you wish to display:

Member Opt-out

For members to be able to opt out of emails, you need to provide them with a link similar to the following:

Mailing ManagementCustomizing your Join Form

Last updated

Was this helpful?