You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
What needs to be fixed
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
Why this should be fixed
If admin gets an e-mail from the contact form,
How would you fix it
Side Effects expected
The text was updated successfully, but these errors were encountered: