Enable the sending of Action Log entries to a Super Admin by Mail in Joomla 3.9
Generate a load of emails
Beautiful emails...
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.
<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>
Labels |
Added:
?
|
Labels |
Added:
J3 Issue
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-02-10 21:34:41 |
Closed_By | ⇒ | PhilETaylor |