XF 1.5 Question 1.5.21 (unsubscribe link to admin sent emails (XF1))

Andre Daub

Active member
  • Implement the ability to add an unsubscribe link to admin sent emails (XF1)
Where in ACP can i see the settings for this?

Or is this auto-implemented?
 
This is implemented and can be seen when you use the Email Users function in the ACP. Below the Email body box you will see:

The following placeholders will be replaced in the message: {name}, {email}, {id}, {unsub}. You may also use {phrase:phrase_title} which will be replaced with the phrase text in the recipient's language.
If you include the {unsub} placeholder in any emails you send out then it will add an unsubscribe link in the email.
 
Top Bottom