On Thu, 01 Aug 2013, Rolf-Werner Eilert wrote:
> 
> 
> Am 31.07.2013 23:59, schrieb Beno?t Minisini:
> > Le 31/07/2013 23:53, Rolf-Werner Eilert a ?crit :
> >>
> >> Hm, would any provider accept mails without giving username and
> >> password? I don't know any. And most providers offer a way of secure
> >> access, not using port 25 but 465 or 587. I just don't know if this is
> >> supported by gb.net.smtp. If yes, I would prefer it of course.
> >>
> >> Is there a way of observing what email.Send is doing? Or have I simply
> >> got to wait for it to return, hoping it will do so some day?
> >>
> >> Rolf
> >>
> >
> > Did you see the 'Debug' property in the doc? :-)
> >
> 
> 
> Help says, it is "printed to the standard error" - where is "standard 
> error"? Sorry, slightly confused... I looked through /var/log, but nothing.
> 
> In the debug window, the only thing that appeared was "-> quit".
> 

Standard error (stderr) is an output stream of a program. Normally it points
to the same device as the standard output does. So both texts will appear
intermixed - but immediately visible to you.

If you only see a "-> quit" in the console window then it's because the
class only wrote this to stderr, nothing more.

Regards,
Tobi

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to