]> git.pld-linux.org Git - packages/php-phpmailer.git/commit - php-phpmailer.spec
Version 5.2.12 (Sep 1st 2015) auto/th/php-phpmailer-5.2.12-1
authorElan Ruusamäe <glen@delfi.ee>
Fri, 4 Sep 2015 08:39:38 +0000 (11:39 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 4 Sep 2015 09:07:20 +0000 (12:07 +0300)
commitd3732919271b4f1cb2514924460169f9261aae31
tree7606c4a1df2694b82f0f5b48fdd32f1da51065a0
parent1c7e45949b51216da25e6f3e997b260b324ba01f
Version 5.2.12 (Sep 1st 2015)

html2text is removed due licensing issues
https://github.com/PHPMailer/PHPMailer/issues/232

however you can use callback now:

// Use your own custom converter
$plain = $mail->html2text($html, function($html) {
    $converter = new MyHtml2text($html);
    return $converter->get_text();
});

for example
https://github.com/soundasleep/html2text
php-phpmailer.spec
This page took 0.051305 seconds and 4 git commands to generate.