How to get the SMTP response in CACHE
- by praveenjayapal
Hi friends,
I want to retrive the SMTP response after sending the mail.
I need to fetch the response for the send mail (whether its send properly or not)
The response must be like this
Return-path: itgigs@4wtech.com
Envelope-to: [email protected]
Delivery-date: Fri, 12 Dec 2008 23:54:57 -0500
Received: from pool-98-109-89-94.nwrknj.fios.verizon.net ([98.109.89.94] helo=Andy-PC)
by server.4wtech.com with esmtp (Exim 4.69)
(envelope-from itgigs@4wtech.com)
id 1LBMWn-0005BH-7u
for [email protected]; Fri, 12 Dec 2008 23:54:57 -0500
Date: Sat, 13 Dec 2008 04:55:09 UT
From: [email protected]
Subject: Web Deverloper Internship (SoHo) (955259288 )
To: [email protected]
MIME-Version: 1.0
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
How can i retrieve the SMTP response? Please help me