Merge pull request #4716 from discourse/bounced_emails_details

FEATURE: Allow checking the raw response of a bounced email
This commit is contained in:
Rafael dos Santos Silva
2017-03-06 13:30:19 -03:00
committed by GitHub
6 changed files with 50 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
{{/if}}
</td>
<td><a href='mailto:{{unbound l.to_address}}'>{{l.to_address}}</a></td>
<td>{{l.email_type}}</td>
<td><a {{action "showIncomingEmail" l.id}}>{{l.email_type}}</a></td>
</tr>
{{else}}
<tr><td colspan="4">{{i18n 'admin.email.logs.none'}}</td></tr>