User tests: Successful: Unsuccessful:
Pull Request for Issue #16996
Decoding the $value of the mail field when it used in the body of the mail as otherwise it is displayed in the mail as htmlentities.
Create one contact
Create a mail custom field for example one list custom field and put values with non latin characters (for example Greek characters like Ολοκλήρωση
)
Same if you use a text custom field and enter Greek Characters when the contact is displayed on frontend.
Try to sent email from contact form on frontend.
Η εγκατάσταση της PHP απαιτεί το JSON για Joomla να είναι εγκατεστημένο.
Διαμονή: Ολοκλήρωση
Η εγκατάσταση της PHP απαιτεί το JSON για Joomla να είναι εγκατεστημένο.
Διαμονή: Ολοκλήρωση
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_contact |
Does this not depend how the mail is sent? I guess if the mail is sent in HTML mode, then it is correct without the patch, otherwise with it.
IIRC the contact mail is send via text ;)
IIRC the contact mail is send via text ;)
indeed, thus the reason for this pr. please confirm patch.
Title |
|
@laoneo
See : https://github.com/joomla/joomla-cms/blob/staging/components/com_contact/controllers/contact.php#L209-L215
as you can see, we do not have any $mail->isHtml(true);
in the code
I have tested this item
I have tested this item
Patch ok for me
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-07-07 18:50:17 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
?
|
@laoneo @Bakual