-
- Downloads
[FIX] hr_recruitment: email from in template should be safe
Create a hr.attendant in a stage where a mail template is present. Fill the email field as: Name Surname <name@surname.com> Before this commit: - the created partner's email has been rendered as name@surname.com> - the email failed to be sended because of this This was because Jinja rendered that snippet escaping the special characters Putting a 'pipe' safe in the snippet does the trick After this commit: both the partner and the email are created successfuly OPW 1830739 closes #24059
Please register or sign in to comment