From: Edward Date: Tue, 19 Feb 2019 09:52:20 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=a8a28e2abbaa6fb620af7f19269a66edf0f59aa2;p=Pman.Core Mailer.php --- diff --git a/Mailer.php b/Mailer.php index 7da09a83..a47d3577 100644 --- a/Mailer.php +++ b/Mailer.php @@ -587,7 +587,7 @@ class Pman_Core_Mailer { require_once 'HTTP/Request.php'; $real_url = str_replace(' ', '%20', $this->mapurl($url)); - $a = new HTTP_Request($real_url); + $a = new HTTP_Request($real_url, array('is_email' => 1)); $a->sendRequest(); $data = $a->getResponseBody();