• Resolved cavallixline

    (@cavallixline)


    Hi guys,

    Anyone has the tip to add “List-Unsubscribe” header into emails sent to subscribers.

    GMAIL and HOTMAIL can interpret that when someone click at SPAM button.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Icegram

    (@icegram)

    @cavallixline ,

    Currently not possible. You might need to edit plugin’s code.

    Thread Starter cavallixline

    (@cavallixline)

    I have added this lines under $unsublink in /classes/es-sendmail.php

    // LIST-UNSUBSCRIBE HEADER
    	$headers .= "List-Id: Your List identification\n";
    	$headers .= "List-Unsubscribe: <" . $unsublink . ">, <mailto:your_mail@email.com?subject=Remove " . $subscriber[0]['es_email_mail'] . " from mailing>\n";
    //

    Worked fine.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘LIST-UNSUBSCRIBE HEADER’ is closed to new replies.