NetClientDevGuide.pdf example code needs correction

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

NetClientDevGuide.pdf example code needs correction

askoh
Administrator
Sending a few messages
smtpClient := SMTPClient host: 'smtp.somehost.com'.
smtpClient user: (NetUser username: 'username' password: 'password' ).
smtpClient connect.
[smtpClient login..
smtpClient send: message1.
smtpClient send: message2.
] ensure: [smtpClient quit ]

should use sendMessage: instead of send:
Reply | Threaded
Open this post in threaded view
|

Re: NetClientDevGuide.pdf example code needs correction

Kogan, Tamara
Thank you!
We will fix it.

Tamara Kogan
Smalltalk Development
Cincom Systems


-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On
Behalf Of askoh
Sent: Sunday, January 06, 2013 4:33 PM
To: [hidden email]
Subject: [vwnc] NetClientDevGuide.pdf example code needs correction

Sending a few messages
smtpClient := SMTPClient host: 'smtp.somehost.com'.
smtpClient user: (NetUser username: 'username' password: 'password' ).
smtpClient connect.
[smtpClient login..
smtpClient send: message1.
smtpClient send: message2.
] ensure: [smtpClient quit ]

should use sendMessage: instead of send:



--
View this message in context:
http://forum.world.st/NetClientDevGuide-pdf-example-code-needs-correctio
n-tp4662260.html
Sent from the VisualWorks mailing list archive at Nabble.com.
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc