Customize customers

Ricardo Lobo

New Member
Hello

By default the [UNSUBSCRIBE_URL] and [COMPANY_FULL_ADDRESS] tags are required in the template. Is it possible for tags to be mandatory, only for some customers?
 
Go to Setting - Campaign - Template Tags - set from here, so it will not ask in campaign creation.
 
If you want these tags only for few customers, then for such customers group you can add in campaign footer setting. So when they send campaign these tags will be added automatically.
 
This mailwizz logic I know!

I do not want to use it that way for a few reasons:

1 - The setting does not appear in the footer, it is sent at the top before the HTML <body> tag.
2 - When the client creates the template / campaign, the footer code does not appear.
3 - Only after sent it is possible to visualize the code.

I want the [UNSUBSCRIBE_URL] and [COMPANY_FULL_ADDRESS] tags to continue to be mandatory, but for a given client it should not appear.
 
An extension should be a better solution!

I have MailWizz integrated into my CRM. In campaigns my client can unsubscribe from the list, but I need to send some warnings where the client can not unsubscribe.
 
Not doable without extension since I think even if you do not include unsubscribe link, still you will have unsubscribe header of html source, but someone else will need to confirm this.
 
even if you do not include unsubscribe link, still you will have unsubscribe header of html source, but someone else will need to confirm this
yes, that is correct, if unsub link/url is not set mandatory, still these headers appear:
List-Unsubscribe: <http:.../index.php/lists/.../unsubscribe/.../unsubscribe-direct?source=email-client-unsubscribe-button>
X-Report-Abuse: Please report abuse for this campaign here: http://.../index.php/campaigns/.../report-abuse/...
Feedback-ID: ...
X-Mw-EBS: http://.../index.php/lists/block-address
 
Back
Top