vernes / YiiMailer

Yii extension for sending emails with layouts using PHPMailer
81 stars 38 forks source link

Add getters for emails #12

Closed jcherniak closed 10 years ago

jcherniak commented 10 years ago

It is necessary to sometimes pull out the emails from the mailer class before sending. This pull adds getters on the email properties.

vernes commented 10 years ago

Merged, thanks

vernes commented 10 years ago

In latest update, I've removed your getters, because very similar functions already exist (in PHPMailer), so there is no point in duplicating functionality.

See https://github.com/PHPMailer/PHPMailer/blob/master/class.phpmailer.php#L3335

Thanks Best regards