Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.12

Request #17518 method addTo
Submitted: 2010-06-23 23:48 UTC
From: jszczypk Assigned: alec
Status: Closed Package: Mail_Mime (version 1.7.0)
PHP Version: 5.2.2 OS:
Roadmaps: 1.8.0    
Subscription  


 [2010-06-23 23:48 UTC] jszczypk (Janusz Szczypka)
Description: ------------ There is addCc and addBcc methods, but no addTo. Test script: --------------- function addTo($email) { if (isset($this->_headers['To'])) { $this->_headers['To'] .= ", $email"; } else { $this->_headers['To'] = $email; } }

Comments

 [2010-07-02 16:49 UTC] alec (Aleksander Machniak)
-Status: Open +Status: Closed -Assigned To: +Assigned To: alec -Roadmap Versions: +Roadmap Versions: 1.8.0
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.