parcelvoy / platform

Parcelvoy: Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!
https://parcelvoy.com
Other
188 stars 32 forks source link

Move unsubscribe URLs to be safe links to prevent escaping #441

Closed pushchris closed 3 months ago

pushchris commented 3 months ago

Previously if you had link wrapping enabled you would have to use {{{ unsubscribeEmailUrl }}} (triple bracket) to get to the URL since it would have tags that should not be escaped. This was not called out anywhere and could definitely be problematic so this PR resolves and problem and improves documentation.

Also improves what elements are click wrapped.

Fixes #440