Hints

These 'hints' methods can be used in your email source to dynamically modify some of the Campaign Options; allowing you to use data from Core or Data tables to personalise the text. This is useful if you want to do complex personalisation.

Note: Any methods written in the email source will overwrite what is specified in the Campaign Option.

Hint Function
hints.from_address changes 'From Address'
hints.reply_address changes 'Reply Address'
hints.subject_line changes 'Subject Line'
hints.from_name changes 'From Name'
hints.reply_name changes 'Reply Name'

Example:

[* hints.subject_line = BLOCK *] example personalised [* data('first_name') *] subject line [* END *]

Output: example personalised ExampleName subject line

If you are updating the domain being used in the campaign From address using hints template code, Adestra will try and find a matching active and valid DKIM against the dynamically generated domain, but if we do not find one then the email will only be signed using the default msgfocus.com DKIM assignment.

It is important to ensure that the domain you're using has DKIM and DMARC set up and active against it. Misaligned/unauthenticated mail can cause deliverability issues, including spam placement and mail blocks.