Send a private message to another Joomla 4 super admin
Look at the email received.
Expected that the subject typed would appear in the subject of the email notification
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 ...
Labels |
Added:
?
|
Personally, I dont see a need for the string COM_MESSAGES_NEW_MESSAGE as you
also the "Please login in to...." is also redundant, because you dont need to "log in to read your message" as WE JUST SENT YOU THE WHOLE MESSAGE above that link....
Most of that is just legacy stuff from before the PR that made com_messages useful
New
is indeed useless.
You know who its from - as they name/email is in the from
One would not know who exactly send you the message, in my case above "otheradmin". The site email may not reflect the site name.
You know which site it is, because you get a URL to the site
The url to the site does not use the name of the site, therefore it may be useful to display it.
also the "Please login in to...." is also redundant, because you dont need to "log in to read your message" as WE JUST SENT YOU THE WHOLE MESSAGE above that link....
Indeed, it should not be to read
, but rather to access
(or similar) as the user may need to change the status of the message to Read
or just trash it.
Personally, I dont see a need for the string COM_MESSAGES_NEW_MESSAGE as you
- know its a new message....
- You know who its from - as they name/email is in the from
- You know which site it is, because you get a URL to the site
also the "Please login in to...." is also redundant, because you dont need to "log in to read your message" as WE JUST SENT YOU THE WHOLE MESSAGE above that link....
There have been some changes since this issue was first raised as the message no longer contains the legacy line "please log in to.." great -
I am going to propose a PR to change the title to
-
This will allow you to filter your incoming mails based on the sitename etc
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-02-24 15:03:37 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
No Code Attached Yet
Removed: ? |
@PhilETaylor
Code is
I guess we could do
This would give:

What do you think?