Badsender-com / LePatron.email

LePatron is an opensource email builder allowing to industrialize your email template production. Build tailor made email templates and make them available to your non-technical users.
https://www.lepatron.email
GNU General Public License v3.0
73 stars 12 forks source link

Preserving URL Formatting During CDN Exports #765

Open the2ne opened 8 months ago

the2ne commented 8 months ago

Objective:

The primary goal is to ensure that URL formatting is preserved when exporting via a Content Delivery Network (CDN). This involves maintaining the original structure of URLs, including spaces, special characters, and capitalization, as defined in the account administration settings.

Functional Description:

It has been observed that when configuring a CDN through the account administration interface, the domain defined undergoes unintended URL reformatting. This reformatting alters elements such as spaces, special characters, and capitalization. Since some advertisers' domains include these characters, it is crucial that the original format specified by the user is retained during the export process.

To-Do: