diff --git a/lang/en/tool_emailutils.php b/lang/en/tool_emailutils.php
index d8b7bd2..d59d789 100644
--- a/lang/en/tool_emailutils.php
+++ b/lang/en/tool_emailutils.php
@@ -71,7 +71,7 @@
$string['header_help'] = 'HTTP Basic Auth Header';
$string['incorrect_access'] = 'Incorrect access detected. For use only by AWS SNS.';
$string['list'] = 'Complaints List';
-$string['noreplyemail'] = 'No reply email: {$a}
';
+$string['noreplyemail'] = 'No reply email:';
$string['mxrecords'] = 'MX records';
$string['mxtoolbox'] = 'MXtoolbox links';
$string['not_implemented'] = 'Not implemented yet. Search the user report for emails ending with ".b.invalid" and ".c.invalid".';
diff --git a/templates/postmaster.mustache b/templates/postmaster.mustache
index f7cb45e..3d97501 100644
--- a/templates/postmaster.mustache
+++ b/templates/postmaster.mustache
@@ -25,20 +25,25 @@
"domain": "@gmail.com",
"count": 100,
"mxrecords": "string",
- "vendor": "google",
+ "vendor": "google"
}
],
"vendorinfo": [
{
- "vendors": "google",
+ "vendor": "google",
"token": "token",
"confirmed": "N/A",
- "url": "https://example.com",
+ "url": "https://example.com"
}
- ],
+ ]
}
}}
-
{{#str}} noreplyemail, tool_emailutils, {{ noreply }} {{/str}}
+
+ {{#str}} noreplyemail, tool_emailutils {{/str}}
+
+ {{ noreply }}
+
+