No Code Attached Yet
avatar coolcat-creations
coolcat-creations
27 Jan 2025

Steps to reproduce the issue

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.

Expected result

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}"

Actual result

The email is sent without including the sender's email address (<{EMAIL}>), even though it is expected in the output.

System information (as much as possible)

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

avatar coolcat-creations coolcat-creations - open - 27 Jan 2025
avatar joomla-cms-bot joomla-cms-bot - change - 27 Jan 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 27 Jan 2025
avatar brianteeman
brianteeman - comment - 27 Jan 2025

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

avatar coolcat-creations
coolcat-creations - comment - 27 Jan 2025

I tried to see the mail address but it's not in the source code. Can you share how you retrieved it?

avatar brianteeman
brianteeman - comment - 27 Jan 2025

Image

avatar brianteeman
brianteeman - comment - 27 Jan 2025

Please test #44792

avatar chmst chmst - close - 27 Jan 2025
avatar chmst chmst - change - 27 Jan 2025
Status New Closed
Closed_Date 0000-00-00 00:00:00 2025-01-27 14:22:22
Closed_By chmst
avatar chmst
chmst - comment - 27 Jan 2025

Closed as there is a PR

Add a Comment

Login with GitHub to post a comment