SelimOzel

Results 7 comments of SelimOzel

I also came across this problem and wrote about it on DLang forums [1]. This is the toy example [2] I've been working on to test. [1] https://forum.dlang.org/post/[email protected] [2] https://github.com/SelimOzel/vibe_noLeaks

To give more context, smtpout.secureserver.net is Go Daddy's web server and I'm trying to send an e-mail to myself via my account.

I did get a different response when I build/executed the following: ``` // D import std.stdio; // Third party import vibe.core.log; import vibe.mail.smtp; void main() { writeln("Send mail."); auto settings...

Thanks! Great comments. I will write a more detailed response later. I added preliminary exception handling Yesterday and I think that should have solved your error `UnboundLocalError: local variable 'vehicle_rates_setpoint'...

Not yet Beat. I have been stuck in another project at work.

Thanks!! I will check these out tomorrow.

I'm happy to help out with this one. Can you point me out to the scripts that you'd work on if it was you who'd be working on it? Thanks,...