Results 141 comments of muquit

The latest v1.0.2 does print help message with `-h`. You have to compile it yourself however. I will make package for ubuntu available when get some time. The version in...

I'm not sure but I think it has something do with bundler. gem is installed fine but failing while trying to install doc. You can ignore the error. I will...

Are you using the version that available in ubuntu? If so, that version is old and not maintained. Please try to fetch the source and compile it yourself. It only...

The old version 1.1 which is available on pi also works on my pi 3 b+. In any event I compiled uploaded the latest 1.0.2 binary for pi. Please download...

Try startTLS (port 587) instead, I can reach the IP you specified fine. I can reach SSL port 465 as well but get some bad sequence error, but the ports...

Updated source. However, without changing code it can be accomplished with dialog_options. e.g. ``` dialog = MRDialog.new() dialog.clear = true dialog.dialog_options = "--no-collapse" ... ``` Thanks.

It uses golang's StartTLS implementation, so I suspect it will do the right thing. I didn't get a chance to test it however. If you have time, would you test...

The program was cross compiled as per golang instruction: ``` CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -v -o mailsend-go.exe file mailsend-go.exe mailsend-go.exe: PE32 executable (console) Intel 80386 (stripped to external PDB),...

No, not at this time.

It still works. 2FA has to be enabled and an app specific password has to be set to your Google account. Please look at the FAQ section for details and...