summaryrefslogtreecommitdiff
path: root/Postman/notifications/PostmanMailNotify.php
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2018-04-18 20:06:44 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2018-04-18 20:06:44 +0000
commit4479391721fe40b39d7dc06e639e354d316faa43 (patch)
treee0e2f4d9859866998dde7fc88874568bbadda07e /Postman/notifications/PostmanMailNotify.php
parent871bbe5d0895e47bc7fc4dcf2feddaaaaad71000 (diff)
downloadPost-SMTP-4479391721fe40b39d7dc06e639e354d316faa43.zip
* remove mailgun docs
* fix js error ($) * fix mail function param * script for dismiss "not configured.." message
Diffstat (limited to 'Postman/notifications/PostmanMailNotify.php')
-rw-r--r--Postman/notifications/PostmanMailNotify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/notifications/PostmanMailNotify.php b/Postman/notifications/PostmanMailNotify.php
index a14a5f4..795afaa 100644
--- a/Postman/notifications/PostmanMailNotify.php
+++ b/Postman/notifications/PostmanMailNotify.php
@@ -7,6 +7,6 @@ class PostmanMailNotify implements Postman_Notify {
$to_email = get_bloginfo( 'admin_email' );
$domain = get_bloginfo( 'url' );
- mail( $to_email, "{$domain}: " . __( 'Post SMTP email error', Postman::TEXT_DOMAIN ), $message , null, "-f{$to_email}" );
+ mail( $to_email, "{$domain}: " . __( 'Post SMTP email error', Postman::TEXT_DOMAIN ), $message , '', "-f{$to_email}" );
}
} \ No newline at end of file