
Paul Moers - 2007-11-12 12:22:12
Hi,
first off all, thanks for the great mailer class.
Second, I believe I have found a bug. The problem I'm having is that I receive every (test) mail twice. I found out that this is because of the 'to' record in the headers. So braking the code that adds it to the headers does the trick.
if (!empty($this->mail_to)){ // FixBug: http://www.developarts.com/ version_14_de_nomad_mime_mail#comment-294
$this->mail_header .= "To: " . $this->mail_to . BR;
}
(I'm using Thunderbird as mail client.)
Paul
saulmade.nl