X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Mailer.php;h=7da09a830987298f09257b356543f7011a39a067;hp=23fb87582797ad3745dc1c904e95e84ed89847f5;hb=a1a3ecba68d2fedabc8203e88b40759401d7472d;hpb=d7cc910e8ec83d59703b6e9fca17d50351b2b573 diff --git a/Mailer.php b/Mailer.php index 23fb8758..7da09a83 100644 --- a/Mailer.php +++ b/Mailer.php @@ -122,7 +122,7 @@ class Pman_Core_Mailer { $ff = HTML_FlexyFramework::get(); $http_host = isset($_SERVER["HTTP_HOST"]) ? $_SERVER["HTTP_HOST"] : 'pman.HTTP_HOST.not.set'; - if (isset($ff->Pman['HTTP_HOST'])) { + if (isset($ff->Pman['HTTP_HOST']) && $http_host != 'localhost') { $http_host = $ff->Pman['HTTP_HOST']; } @@ -408,10 +408,11 @@ class Pman_Core_Mailer { } else { $conv = $urls[$url]; } - + $img->setAttribute('origsrc', $url); $img->setAttribute('src', 'cid:' . $conv['contentid']); } + return $dom->saveHTML(); }