On checking the log ($mailer->transactions, 1), i'm having this -
Code: Select all
Array
(
[0] => Array
(
[command] =>
[time] => 0.09971800 1176137326
[response] => 220-kgb.kigoobe.com ESMTP Exim 4.63 #1 Mon, 09 Apr 2007 18:48:46 +0200
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
)
[1] => Array
(
[command] => EHLO www.notreparis.com
[time] => 0.10527300 1176137326
[response] => 250-kgb.kigoobe.com Hello nobody at www.notreparis.com
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
)
[2] => Array
(
[command] => MAIL FROM:
[time] => 0.10655800 1176137326
[response] => 250 OK
)
[3] => Array
(
[command] => RCPT TO:
[time] => 0.10672400 1176137326
[response] => 250 Accepted
)
[4] => Array
(
[command] => DATA
[time] => 0.10690300 1176137326
[response] => 354 Enter message, ending with "." on a line by itself
)
[5] => Array
(
[command] => To: support@kigoobe.com
From: Sou"r'av xxxyz 3
Reply-To:
Subject: 1 dead in Detroit-area office shooting
Date: Mon, 09 Apr 2007 18:48:46 +0200
X-Mailer: Swift 2.1.17 by Chris Corbyn
Content-Type: text/html; charset="ISO-8859-1"; format=flowed
Content-Transfer-Encoding: quoted-printable
A gunman opened fire on three people inside a suburban Detroit office bui=
lding this morning, killing one and injuring the others, police said. Troy P=
olice Lt. Gerry Scherlinck said the shooter used a either a rifle or a shotg=
un and was a former employee of one of the offices in the building. Officers=
said they were not sure whether the gunman still was inside.
.
[time] => 0.10710000 1176137326
[response] => 550 Administrative prohibition
)
[6] => Array
(
[command] => MAIL FROM:
[time] => 0.13847600 1176137326
[response] => 250 OK
)
[7] => Array
(
[command] => RCPT TO:
[time] => 0.13864400 1176137326
[response] => 250 Accepted
)
[8] => Array
(
[command] => DATA
[time] => 0.13878600 1176137326
[response] => 354 Enter message, ending with "." on a line by itself
)
[9] => Array
(
[command] => To: sourav@kigoobe.com
From: Sou"r'av xxxyz 3
Reply-To:
Subject: 1 dead in Detroit-area office shooting
Date: Mon, 09 Apr 2007 18:48:46 +0200
X-Mailer: Swift 2.1.17 by Chris Corbyn
Content-Type: text/html; charset="ISO-8859-1"; format=flowed
Content-Transfer-Encoding: quoted-printable
A gunman opened fire on three people inside a suburban Detroit office bui=
lding this morning, killing one and injuring the others, police said. Troy P=
olice Lt. Gerry Scherlinck said the shooter used a either a rifle or a shotg=
un and was a former employee of one of the offices in the building. Officers=
said they were not sure whether the gunman still was inside.
.
[time] => 0.13896100 1176137326
[response] => 550 Administrative prohibition
)
)