Changeset 4622


Ignore:
Timestamp:
06/17/11 09:11:43 (13 years ago)
Author:
niltonneto
Message:

Ticket #2021 - Corrigido problema do campo reply-to em branco.

File:
1 edited

Legend:

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

    r4593 r4622  
    21642164                $this->add_recipients("cc", $ccaddress, &$mail); 
    21652165                $this->add_recipients("cco", $ccoaddress, &$mail); 
     2166                if ($replytoaddress !="")  
     2167                { 
    21662168                $mail->AddReplyTo($replytoaddress); 
     2169                } 
    21672170                $mail->Subject = $subject; 
    21682171                $mail->IsHTML( ( array_key_exists( 'type', $params ) && in_array( strtolower( $params[ 'type' ] ), array( 'html', 'plain' ) ) ) ? strtolower( $params[ 'type' ] ) != 'plain' : true ); 
Note: See TracChangeset for help on using the changeset viewer.