Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Sendmail

0 views
Skip to first unread message

Ing-Ren Tsang

unread,
Jan 28, 2003, 11:24:43 AM1/28/03
to
Hi,


I have the following problem using the sendmail command


sendmail('ing...@galapagos.be','Test subject','Test message');


??? Java exception occurred:
java.net.SocketException: Connection reset by peer: JVM_recv in
socket input stream read
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.DataInputStream.readLine(Unknown Source)
.


Error in ==> C:\MATLAB6p5\toolbox\matlab\iofun\sendmail.m (readmsg)
On line 290 ==> msg=char(readLine(in));


Error in ==> C:\MATLAB6p5\toolbox\matlab\iofun\sendmail.m
(sendSMTP)
On line 187 ==> [smtpStatus, smtpCode] = okSMTP(readmsg(in));


Error in ==> C:\MATLAB6p5\toolbox\matlab\iofun\sendmail.m
On line 169 ==> sendSMTP(out, in, '.', 1);


Thanks for the help


Ing-Ren Tsang


Ing...@galapagos.be

Daniel Rogers

unread,
Jan 28, 2003, 12:31:21 PM1/28/03
to
That sounds like a problem with your mail server. Perhaps is doesn't
accept connections from that host?
0 new messages