Customer Group Email Footer

sendmedialtd

Active Member
Hey,

I find it annoying having to place our company address and unsubscribe link on every email. So i thought to save me time I'd just add the information in the Customer Group Email Footer so that the information is displayed on EVERY email that gets sent out. Now the [COMPANY_FULL_ADDRESS] tag works and display the information, as for the unsubscribe link even though i add the tag in there, when the emails get sent out the <a href=""> if left blank with no address.

Is this a bug or is MailWizz not coded to be able to do it that way?

It would be very useful for me and i think a number of other people down the line if we can get this to work.

EDIT: ok it seems from re-looking at the Group Email Footer and trying again that when i look at the source code the Tag is not being added when using the CKeditor. The only way of getting this to work is by clicking Source and adding the tag in that way. Since CKeditor is a third party tool im guessing theres no way of fixing this issue is there?
 
Hey,

I find it annoying having to place our company address and unsubscribe link on every email. So i thought to save me time I'd just add the information in the Customer Group Email Footer so that the information is displayed on EVERY email that gets sent out. Now the [COMPANY_FULL_ADDRESS] tag works and display the information, as for the unsubscribe link even though i add the tag in there, when the emails get sent out the <a href=""> if left blank with no address.

Is this a bug or is MailWizz not coded to be able to do it that way?

It would be very useful for me and i think a number of other people down the line if we can get this to work.

EDIT: ok it seems from re-looking at the Group Email Footer and trying again that when i look at the source code the Tag is not being added when using the CKeditor. The only way of getting this to work is by clicking Source and adding the tag in that way. Since CKeditor is a third party tool im guessing theres no way of fixing this issue is there?
For test emails during campaign setup, you might not get fully populated links, as there would be no subscriber ID yet, but depending on what unsubscribe link you make mandatory in the setup, you will get proper working unsubscribe links in this format for normally sent out campaigns:

UNSUBSCRIBE_URL
http://.../index.php/lists/as1234s1wert/unsubscribe/us1234tz7hk8i/wn08151k8qed0

UNSUBSCRIBE_LINK
<a
href="http://.../index.php/lists/as1234s1wert/unsubscribe/us1234tz7hk8i/wn08151k8qed0">Unsubscribe</a>

DIRECT_UNSUBSCRIBE_URL
http://.../index.php/lists/as1234s1wert/unsubscribe/us1234tz7hk8i/wn08151k8qed0/unsubscribe-direct

DIRECT_UNSUBSCRIBE_LINK
<a
href="http://.../index.php/lists/as1234s1wert/unsubscribe/us1234tz7hk8i/wn08151k8qed0/unsubscribe-direct">Unsubscribe</a>
 
Back
Top