srchub

srchub Commit Details


Date:2015-10-25 22:24:19 (9 years 4 months ago)
Author:Natalie Adams
Branch:master
Commit:ccafac393d6f8fbb2133ba9a0ea904d2bf7f2dc6
Parents: b860b18711e6f3e5a974b93567ff4fa0aef7cf7c
Message:Fixing issue when sending email with smtp

Changes:

File differences

pluf/src/Pluf/Mail.php
131131
132132
133133
134
134
135
135136
136137
137138
            {
                $bccemails[] = $admin[1];
            }
            $this->headers["BCC"] = implode(",", $bccemails);
            $this->headers["Bcc"] = implode(",", $bccemails);
            $this->to_address .= "$dest," . implode(", ", $bccemails);
        }
    }

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.08123s using 14 queries.