mimemessage

Xbase++ 2.0 Build 554 or later
Post Reply
Message
Author
bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

mimemessage

#1 Post by bwolfsohn »

We've recently switched from marshallsoft to asinet for emails to gmail.
Is there a log function within mimemessage() similar to marshallsoft's log

i.,e. in marshallsoft:
cDiagFile := 'attach\EMAIL.LOG'
nCode := XseeStringParam(0, SEE_LOG_FILE, @cDiagFile)
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: mimemessage

#2 Post by rdonnay »

I wrote a logging class that possibly can be used for this.

I use it in a Soap Server I wrote in Xbase++.

What is the format of the MarshallSoft log?
The eXpress train is coming - and it has more cars.

bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Re: mimemessage

#3 Post by bwolfsohn »

this is marshallsoft mailssl.log

*** seeIntegerParam(0,8,2)
*** seeIntegerParam(0,8,4)
*** seeSetProxySSL(0,1,'c:\cus20\auc\stunnel\','stunnel.pem','stunnel.exe')
*** seeSmtpConnectSSL(0,8801,465,'smtp.gmail.com','blwcus@gmail.com','*','<brian@cus.com>','',''
*** seeStringParam(0,58,blwcus@gmail.com)
*** seeStringParam(0,57,*)
*** seeIntegerParam(0,29,1)
*** StartStunnel(0,'Smtp')
c:\cus20\auc\stunnel\stunnel.exe c:\cus20\auc\stunnel\SmtpConfig(0).txt
CreateProcess 0: pid=2116 thr=2112
Stunnel started (chan 0, process 0)
Connecting...
<200:-832401740>
VS Win32 Version 1.3.8 Build 1
SEE Win32 Version 7.1.0 Build 2
CUS Business Systems
CID=5200
<101:-832401740>
vs: LogHandle = 1968
vSock 0 created (IP 0)
<102:-832401740>
LocalHost = 'Optiplex9010'
<104:-832401740>
Server = 'OPTIPLEX9010'
ServerIP = 192.168.0.20
<105:-832401631>
vsConnect(0,'OPTIPLEX9010',8801) attempt 1
Socket=2132, RemoteIP=c0a80014, RemotePort=8801
connect(2132) returns 0
Server has accepted the connection
<106:-832401038>
<201:-832401007>
recv(0)=-1
<202:-832400757>
ERROR(-832396140): SockCode=-1 SeeCode=-52 PrevState=201 ThisState=202 NextState=202
vSock write error.
vSock write error.vSock has been closed.
vSock has been closed.vSock write error.
*** seeRelease: Win32 5200 7.1.0 (2) ***
KillStunnel(0) pid=0
TerminateProcess 0: pid=2116 thr=2112
Stunnel killed (chan 0, process 0)
vSocket: 0 closed
*** Releasing channel 0 ***
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

Post Reply