jazzband / django-newsletter

An email newsletter application for the Django web application framework, including an extended admin interface, web (un)subscription, dynamic e-mail templates, an archive and HTML email support.
GNU Affero General Public License v3.0
849 stars 205 forks source link

Message links (to website) are converted to relative urls #381

Closed mhadam closed 2 years ago

mhadam commented 2 years ago

Perhaps I'm missing something, but when writing Messages with urls referencing the website, those urls are converted to relative addresses (so recipients of the email get broken links).

Any way to fix this? I haven't been able to track down how this happens yet, so I'll dig into the code some more.

mhadam commented 2 years ago

For anyone who runs into this, it turned out to be a TinyMCE issue. The URL handling options are the fix: https://www.tiny.cloud/docs/configure/url-handling/