-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[4.0] Private message subject is not put in email subject line #29533
Copy link
Copy link
Closed
Labels
Description
Steps to reproduce the issue
Send a private message to another Joomla 4 super admin
Look at the email received.
Expected result
Expected that the subject typed would appear in the subject of the email notification
Actual result
Email has a subject of: New Message from admin at Test
Raw message source
Content-Type: text/plain; charset=utf-8
Date: Tue, 9 Jun 2020 18:07:38 +0000
From: Test <phil@phil-taylor.com>
MIME-Version: 1.0
Message-ID: <WeV6UARGsy8Yw86rG0kvDxbPaO8hoalql0OiDMRHf4@localhost.localdomain>
Received: from localhost.localdomain by mailhog.example (MailHog)
id 32qc9H2sSudK-uPuNWmjwvpirpFTTsgjYoLBuLM30Hk=@mailhog.example; Tue, 09 Jun 2020 18:07:38 +0000
Reply-To: admin <phil@phil-taylor.com>
Return-Path: <phil@phil-taylor.com>
Subject: New Message from admin at Test
To: test <test@phil-taylor.com>
This is my subject
This is my message
Please log in to http://127.0.0.1/administrator/index.php?option=com_messages&view=message&message_id=2 to read your message.
The help screen for this page simply says
Subject. The subject of the message. Just like the subject of an email, it helps if this is a short description of the message body.
which doesn't make it clear if the subject will be mapped to the email subject or not.
This might be a won't fix but nethertheless confusing ...
Reactions are currently unavailable
