Has anyone been able to or is there a way to capture the output that R:Mail
puts to the log file?

I know you can set the save to log file.  But let's assume that in a network
environment and multi user and ...  So for simple sakes the log file is kept
on the local drive.

However,  I would also like to - during the time ANYBODY uses R:Mail by a
script I wrote, send the results (Log information) into the same table that
is tracking the Email. I could grab the local copy rename it, run my command
and grab the results and load that.  Ok,  but I believe these are there but
I am not seeing them when I view all the variables  - it has to for R:Mail
to generate the report?  That goes in the log?  Calling From the UDF/DLL
But the DLL var are ?? and ?

But how does one get that information. 

I know about the var that confirms that the email was sent.   SET VAR vrmail
= (UDF('@RMail.DLL','email.mal')) in this case .vrmail   Text(1) 

But this also would be nice to have:
Stat Disconnected.
Stat Connected.
Recv 2/24/2009 3:23:39 PM: 220 smtpauth17.prod.mesa1.server.net ESMTP<EOL>
Sent 2/24/2009 3:23:39 PM: EHLO nhi-xxxxxxxx<EOL>
Recv 2/24/2009 3:23:39 PM: 250-smtpauth17.prod.mesa1.
server.net<EOL>250-AUTH LOGIN PLAIN<EOL>250-8BIxxIME<EOL>250 PIPELINING<EOL>
Sent 2/24/2009 3:23:39 PM: RSET<EOL>
Recv 2/24/2009 3:23:39 PM: 250 OK<EOL>
Sent 2/24/2009 3:23:39 PM: AUTH LOGIN<EOL>
Recv 2/24/2009 3:23:39 PM: 334 VXNxxxxbWU6<EOL>
Sent 2/24/2009 3:23:39 PM: cGF1bEBxxxxxxxpbmZvLmNvbQ==<EOL>
Recv 2/24/2009 3:23:39 PM: 334 UGFzc3xxxxxx6<EOL>
Sent 2/24/2009 3:23:39 PM: cGF1bDkyODM=<EOL>
Recv 2/24/2009 3:23:40 PM: 235 Authentication succeeded.<EOL>
Sent 2/24/2009 3:23:40 PM: MAIL FROM:<[email protected]><EOL>
Recv 2/24/2009 3:23:40 PM: 250 Sender accepted.<EOL>
Sent 2/24/2009 3:23:40 PM: RCPT TO:<[email protected]><EOL>
Recv 2/24/2009 3:23:40 PM: 250 Recipient accepted.<EOL>
Sent 2/24/2009 3:23:40 PM: RCPT TO:< [email protected]><EOL>
Recv 2/24/2009 3:23:40 PM: 250 Recipient accepted.<EOL>
Sent 2/24/2009 3:23:40 PM: DATA<EOL>
Recv 2/24/2009 3:23:40 PM: 354 Please start mail input.<EOL>
Sent 2/24/2009 3:23:40 PM: From: "New Horizon Interlock Inc. "<EOL>
Sent 2/24/2009 3:23:40 PM:  <[email protected]><EOL>
Sent 2/24/2009 3:23:40 PM: Subject:  New Horizon Interlock Inc<EOL>
Sent 2/24/2009 3:23:40 PM: To: [email protected]<EOL>
Sent 2/24/2009 3:23:40 PM: Content-Type: multipart/mixed;
boundary="=_NextPart_2rfkindysXxxxw3nerasdf"<EOL>
Sent 2/24/2009 3:23:40 PM: MIME-Version: 1.0<EOL>
Sent 2/24/2009 3:23:40 PM: Date: Tue, 24 Feb 2009 15:23:40 -0500<EOL>
Sent 2/24/2009 3:23:40 PM: X-Priority: 2<EOL>
Sent 2/24/2009 3:23:40 PM: X-Library: R:Mail 2.6 for R:BASE<EOL>
Sent 2/24/2009 3:23:40 PM: X-Mailer: R:Mail 2.6 for R:BASE<EOL>
Sent 2/24/2009 3:23:40 PM: <EOL>
Sent 2/24/2009 3:23:40 PM:  <MESSAGE BODY BEGIN> 
Sent 2/24/2009 3:23:41 PM:  <MESSAGE BODY END> 
Sent 2/24/2009 3:23:41 PM: .<EOL>
Recv 2/24/2009 3:23:41 PM: 250 Mail queued for delivery.<EOL>
Sent 2/24/2009 3:23:41 PM: QUIT<EOL>
Stat Disconnected.



I could be asking for something that is not possible also ;(   but had to
ask.   And I am ONLY asking because users are asking for it.  I am happy as
heck with it,  darn those users! <lol> 

Sincerely,
Paul Dewey 


Reply via email to