dignow

Results 12 comments of dignow

I'm failed to reproduce this issue. 1. Delete current `db.sqlite3`. 2. Checkout `1.1.9`. 3. Create and migrate db. 4. Run and configure SMTP settings, and "Enable email login verification". 5....

I've tried 1.1.8 -> 1.1.10-3 and 1.1.9 -> 1.1.10-3. Sending email 2FA code works fine when login.

@Apashh Thanks for your feedback. What's the test result message?

Does `ssl0.ovh.net` require payment? I'm failed to register the email. But it's strange that there's no reply. Can you try a wrong password? https://github.com/rustdesk/rustdesk-server-pro/assets/136106582/3989d272-7d61-45d5-9990-f607f5cc86d0

Have you input the receiver email here? If empty no test email will be sent, only updates will be made.

I'm not clear of what you said. Do you mean the receiver email is not empty, you have set the receiver email and then click "OK"? If so, can you...

What OS do you use? Can you run my executable file? I've attached my files here. Please run in the terminal. If you use linux or macos, please run `chmod...

Add `-S` will set `starttls` to be true. The port is set by `-P`. ``` ./simple_test_linux -S -P 587 ... ```

Thanks. I need to double check the code.

Have you restarted the server, except for the upgrade? Can you please try restart the server? I find a problem that the same email configuration may not trigger the send...