1 Create a new Contact in Joomla and set up a Mail Form using the com_contact component.
2 Activate HTML emails in the Email Template component.
3 Send a test email.
The sender's email address is not included in the email.
The email should include the sender's email address after the sender's name, based on the core Joomla language string.
Core Joomla Language String:
COM_CONTACT_ENQUIRY_TEXT="This is an enquiry email via {URL} from:\n{NAME} <{EMAIL}>\n\n{BODY}\n\n{CUSTOMFIELDS}"
The email is sent without including the sender's email address (<{EMAIL}>), even though it is expected in the output.
Joomla Version: 5.2.3
Environment: All standard core settings and configurations.
The email sender is lost because Joomla does not save the enquiries anywhere
Labels |
Added:
No Code Attached Yet
|
I tried to see the mail address but it's not in the source code. Can you share how you retrieved it?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-01-27 14:22:22 |
Closed_By | ⇒ | chmst |
Closed as there is a PR
The email address is there you just cant see it because of bad html markup
We can either change it to be displayed as plain text or as a mailto link