[Vtigercrm-commits] [vtiger development] #7185: Sender e-mail address used twice as reply-to e-mail address

vtiger development vtiger-tickets at trac.vtiger.com
Thu Oct 27 11:54:46 PDT 2011


#7185: Sender e-mail address used twice as reply-to e-mail address
------------------------+---------------------------------------------------
 Reporter:  lucvanhove  |       Owner:  developer 
     Type:  defect      |      Status:  new       
 Priority:  unassigned  |   Milestone:  Unassigned
Component:  vtigercrm   |     Version:  5.3.0 RC  
 Severity:  Medium      |    Keywords:            
------------------------+---------------------------------------------------
 Ref. module Emails, file mail.php

 Case-1: no e-mail address given in outgoing server setting.

 Sender e-mail address used twice as reply-to e-mail address.
 First variable $replyToEmail is set to $from_email;
 Second in function setMailerProperties()$from_email is added to the reply-
 to-email set.
 Third variable $replyToEmail is added to the reply-to-email set.

 Case-2: an e-mail address given in outgoing server setting.

 In this case both the sender e-mail address and the e-mail address given
 in the outgoing server setting are used as reply-to-email addresses.
 Wheras the text in the code states that only the sender address must be
 use as reply-to.

 {{{
 //if the newly defined from email field is set, then use this email
 address as the from address
 //and use the username as the reply-to address
 }}}

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7185>
vtiger development <http://trac.vtiger.com/>
vtigerCRM



More information about the vtigercrm-commits mailing list