summaryrefslogtreecommitdiff
path: root/Postman/Postman-Send-Test-Email
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2018-03-04 22:43:20 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2018-03-04 22:43:20 +0000
commit4d764b4df29b9031e6e21036c8880703804b7e58 (patch)
tree194e4d3ee68d587caec49a4c4672d4c57c2303a0 /Postman/Postman-Send-Test-Email
parent437ff5566028c456b39fd96ff988a649edd46063 (diff)
downloadPost-SMTP-4d764b4df29b9031e6e21036c8880703804b7e58.zip
* sendgrid 6
* mail params * email log send to column * hostname insted of ip in emails * remove mailgun test folder ( virustotal issue) * added filters to from_name and from_email filters (local connection) * change hostname extrect loginc
Diffstat (limited to 'Postman/Postman-Send-Test-Email')
-rw-r--r--Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php b/Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php
index a65dd43..55b7d49 100644
--- a/Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php
+++ b/Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php
@@ -259,7 +259,7 @@ class PostmanSendTestEmailAjaxController extends PostmanAbstractAjaxHandler {
// the message was NOT sent successfully, generate an appropriate message for the user
$statusMessage = $result ['exception']->getMessage();
- $this->logger->debug( 'statusmessage: ' . $statusMessage );
+ $this->logger->debug( 'statusmessage: ' . $statusMessage );
// compose the JSON response for the caller
$response = array(