Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Current problem
It's a WordPress convention to have a "View" link in the table when hovering over each row (see main "Posts" table etc.).
I expected this to be there on your mail log table, but it wasn't. This was far off to the right of my screen behind a "More info" button.
As mentioned in #149 I would go for the more conventional "View" link here instead of the "More info" button.
Proposed solution
Could even go a step further here and make the email address bold and linked to the same place, to match WordPress conventions even more, and ensure a "view" link was always visible regardless of hover:
Screenshots
Before:
![image](https://user-images.githubusercontent.com/247634/183132270-de60ef7c-947c-4abd-bd57-dd7cded11d15.png)
After:
![image](https://user-images.githubusercontent.com/247634/183132167-1e46bb94-3fe9-463a-921c-281d297f2aaf.png)
resolves second item of #149