Pluf Framework

Pluf Framework Commit Details


Date:2010-09-01 08:00:02 (14 years 8 months ago)
Author:Loïc d'Anterroches
Branch:develop, master
Commit:e289514c275b734c41ca10b762bf979bb6c65499
Parents: d4b85db5658a86a27e8c9d3f1ac379eaddc5e2fd
Message:Added the date directly at creation of the email.

This is to force the date and not to rely on the the MUA to set it.
Changes:

File differences

src/Pluf/Mail.php
122122
123123
124124
125
125
126
127
126128
127129
128130
        $this->to_address = $dest;
        $this->headers = array('From' => $src,
                               'To' => $dest,
                               'Subject' => $subject);
                               'Date' => date(DATE_RFC822),
                               'Subject' => $subject,
                               );
    }
    /**

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.10605s using 13 queries.