Ignore:
Timestamp:
05/18/10 11:51:37 (14 years ago)
Author:
amuller
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r2790 r2806  
    20002000                $this->add_recipients("cco", $ccoaddress, &$mail); 
    20012001                $mail->Subject = $subject; 
    2002                 $mail->IsHTML(true); 
     2002                $mail->IsHTML($params['type'] != 'textplain'); 
    20032003                $mail->Body = $body; 
    20042004 
Note: See TracChangeset for help on using the changeset viewer.