joomla 5 with php 8.3 joomla conatct form Email headers missing Reply To and Reply To Name
Bug is not solved in joomla 5:
https://forum.joomla.org/viewtopic.php?t=992972
If admin gets an e-mail from the contact form,
Labels |
Added:
No Code Attached Yet
|
Hi, I’d like to contribute to resolving this issue. The missing Reply-To and Reply-To Name headers can be addressed by modifying the email generation logic in the contact form’s backend code. My plan involves:
Extracting the Reply-To email and name from the contact form.
Adding these values to the email headers using the Mailer class.
Ensuring backward compatibility and handling edge cases (e.g., empty or malformed Reply-To fields).
I’ll also test the changes with PHP 8.3 to ensure compatibility. Let me know if this approach aligns with the project’s goals, and I’ll start working on it.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-02-22 07:28:06 |
Closed_By | ⇒ | joomdonation |
Could not confirm the issue. It is working well on our live site on latest Joomla version 5.2.4. I also checked the code, it looks correct to me, so maybe it was fixed elsewhere
With that said, I'm closing this issue. Feel free to re-open if you still have issue with latest version of Joomla. Thanks !
in global config leave From Email empty, then it is working ok.