I read at the Instantiations forum about problems sending eMails from VASmalltalk.
I would like to remember EMan, a pretty good software for sending and receiving EMails – available for free over the last 10 years !?
manager := OcEMManager new. manager smtpAuthenticationViaLogin; smtpHostName: '...' ; smtpPassword: '...' ; smtpUserName: '...'; returnAddress: '...'. eMail := manager newMessage. eMail from: '...' ; to: '...' ; subject: 'Hello !' ; message: (WriteStream on: 'Test auf nachricht'). eMail send
You have right and I using it for a while without problems. But from now on I have a problem with the mail server because I ‘ve change my provider. Can I use EMan with gmail ? I can not make it work.
P.S.
I ‘m using IBM VisualAge v 6.0.4.