J3 Issue ?
avatar PhilETaylor
PhilETaylor
18 Oct 2018

Steps to reproduce the issue

Enable the sending of Action Log entries to a Super Admin by Mail in Joomla 3.9
Generate a load of emails

Expected result

Beautiful emails...

  • At the very least responsive emails that I can read on a small screen like iPhone
  • Email needs to tell me which of the 783 Joomla sites I am a super admin on - give me a link to the site, its site name or something!

Actual result

The actual body of the email is base64 encoded by equates to a hard coded, wide, table - which is raw HTML with no stylesheet or basic styling at all. Looks dreadful.

screenshot 2018-10-19 at 00 54 31

<h1>
	Latest User Actions</h1>
<h2>
	This is the latest action performed by a user on your website.</h2>
<table>
	<thead>
		<th>Action</th>
		<th>Date</th>
		<th>Extension</th>
		<th>Name</th>
					<th>IP Address</th>
			</thead>
	<tbody>
					<tr>
				<td>User <a href="http://0.0.0.0/administrator/index.php?option=com_users&task=user.edit&id=348">admin</a> updated the user <a href="http://0.0.0.0/administrator/index.php?option=com_users&task=user.edit&id=348">Super User</a></td>
				<td>2018-10-18 23:45:40</td>
				<td>Users</td>
				<td>Super User</td>
									<td>127.0.0.1</td>
							</tr>
			</tbody>
</table>
avatar PhilETaylor PhilETaylor - open - 18 Oct 2018
avatar joomla-cms-bot joomla-cms-bot - change - 18 Oct 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 18 Oct 2018
avatar PhilETaylor PhilETaylor - change - 18 Oct 2018
The description was changed
avatar PhilETaylor PhilETaylor - edited - 18 Oct 2018
avatar brianteeman brianteeman - change - 30 Oct 2018
Labels Added: J3 Issue
avatar brianteeman brianteeman - labeled - 30 Oct 2018
avatar PhilETaylor PhilETaylor - change - 10 Feb 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-02-10 21:34:41
Closed_By PhilETaylor
avatar PhilETaylor PhilETaylor - close - 10 Feb 2019

Add a Comment

Login with GitHub to post a comment