From 4479391721fe40b39d7dc06e639e354d316faa43 Mon Sep 17 00:00:00 2001 From: yehudah Date: Wed, 18 Apr 2018 20:06:44 +0000 Subject: * remove mailgun docs * fix js error ($) * fix mail function param * script for dismiss "not configured.." message --- Postman/notifications/PostmanMailNotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Postman/notifications/PostmanMailNotify.php') 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 -- cgit v1.2.3