Hi all, I am creating system email template for pa...
# advancedpdf
p
Hi all, I am creating system email template for password recovery email. The issue is the email triggers properly for all languages except french. On further inspection I found that ${website.recoveryPasswordUrl} is causing the issue. On removing this the email triggers properly for french as well. Although this same field ${website.recoveryPasswordUrl} has been used in all other languages as well its causing issue only for french. Please help!!!
r
Have you tried escaping the URL?
p
@rustyshackles I didn't get you
r
The URL might have characters that have special meaning when used in HTML,e.g. &. You need to escape those, e.g. & to &