Ignore:
Timestamp:
07/09/10 14:53:20 (14 years ago)
Author:
amuller
Message:

Ticket #1079 - corrige problema do sugestões text/plain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/inc/class.imap_functions.inc.php

    r3018 r3024  
    19891989                $this->add_recipients("cco", $ccoaddress, &$mail); 
    19901990                $mail->Subject = $subject; 
    1991                 $mail->IsHTML(true); 
     1991                $mail->IsHTML($params['type'] != 'textplain'); 
    19921992                $mail->Body = $body; 
    19931993 
Note: See TracChangeset for help on using the changeset viewer.