On Thu, Aug 13, 2015 at 10:08 AM, Alejandro Zuzek <[hidden email]> wrote:
OK. Bare in mind the license changes starting in GemStone 3.2: https://gemtalksystems.com/licensing/
|
Hi Mariano, Yes, I am aware of the licensing changes and my tiny system will still fit into the more restrictive terms of the free license in 3.2. Thanks, Alejandro On Thu, Aug 13, 2015 at 10:13 AM, Mariano Martinez Peck <[hidden email]> wrote:
|
In reply to this post by Alejandro Zuzek
Hi everyone,
I recently upgraded to GS 3.2.8.1 and during the GS upgrade, I also upgraded GLASS to GLASS 1.0-beta.9.1. With this, GsSocket>>connectTo:on:timeoutMs: method became available and I tried again to send a mail from GS using the SendMail clas. It failed the same way it was failing on GS 3.1.0.4 with GLASS 1.0-beta.8.?, that is with this error message: ERROR 2010 , a MessageNotUnderstood occurred (error 2010), a UndefinedObject does not understand #'isEmpty' (MessageNotUnderstood) I overwrote the SendMail >>connectTo:on: message so that it calls connectTo:on:timeoutMs: as suggested by Johan and the send message now exits with a 'false' and the mail is not sent. So I guess the problem has been solved in GS now, but I need to fix some connection problems with the SMTP server. I'll send an update if I can make it work. Sincerely, Alejandro |
This is good to know ... the issue for this (Issue #72[1]) is slated for
inclusion in the Bug Sweep[2], so this is timely! Dale [1] https://github.com/GsDevKit/GsDevKit/issues/72 [2] https://github.com/glassdb/glass/issues/3 On 09/14/2015 10:01 AM, Alejandro Zuzek via Glass wrote: > Hi everyone, > > I recently upgraded to GS 3.2.8.1 and during the GS upgrade, I also upgraded > GLASS to GLASS 1.0-beta.9.1. With this, GsSocket>>connectTo:on:timeoutMs: > method became available and I tried again to send a mail from GS using the > SendMail clas. It failed the same way it was failing on GS 3.1.0.4 with > GLASS 1.0-beta.8.?, that is with this error message: > > ERROR 2010 , a MessageNotUnderstood occurred (error 2010), a UndefinedObject > does not understand #'isEmpty' (MessageNotUnderstood) > > I overwrote the SendMail >>connectTo:on: message so that it calls > connectTo:on:timeoutMs: as suggested by Johan and the send message now exits > with a 'false' and the mail is not sent. So I guess the problem has been > solved in GS now, but I need to fix some connection problems with the SMTP > server. I'll send an update if I can make it work. > > Sincerely, > > Alejandro > > > > -- > View this message in context: http://forum.world.st/How-to-send-mail-from-Gemstone-tp4686799p4850110.html > Sent from the GLASS mailing list archive at Nabble.com. > _______________________________________________ > Glass mailing list > [hidden email] > http://lists.gemtalksystems.com/mailman/listinfo/glass _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Hi all, I can now send mail from GemStone. As I suspected, the remaining issues where related to postfix configuration and those were easy to solve once I fixed the MNU by overwriting SendMail>>connectTo:on: method. Thanks again for all your help. Alejandro On Mon, Sep 14, 2015 at 3:48 PM, Dale Henrichs via Glass <[hidden email]> wrote: This is good to know ... the issue for this (Issue #72[1]) is slated for inclusion in the Bug Sweep[2], so this is timely! _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |