hydroxide icon indicating copy to clipboard operation
hydroxide copied to clipboard

SMTP not working -Kmail

Open coffseducation opened this issue 4 years ago • 5 comments

Hello!

Thanks for the great software! IMAP is working - but smpt is not working in KDE Kmail.

"E-Mail Sending Failed Failed to transport message. Connection refused"

JavaScript error: moz-extension://2111e2ea-770f-40bb-a104-329846a0c179/background.js, line 1: Error: fx_cast (Error): Bridge connection failed and backup not enabled.

Current Settings:

Outgoing mail server: 127.0.0.1 Username: username without @protonmail.com appended Password: the bridge encryption Encryption: None Port: 1025 Authentication: Plain

KMail Version 5.19.3 (21.12.3)

Operating System: Kubuntu 21.10 KDE Plasma Version: 5.24.3 KDE Frameworks Version: 5.92.0 Qt Version: 5.15.2 Kernel Version: 5.13.0-35-generic (64-bit) Graphics Platform: X11 Processors: 8 × Intel® Core™ i7-7820HQ CPU @ 2.90GHz Memory: 31.2 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 630

coffseducation avatar Mar 21 '22 10:03 coffseducation

hmmm? After running: ./hydroxide smtp -debug and then sending an email - it worked!

./hydroxide smtp -debug 2022/03/21 22:06:18 SMTP server listening on 127.0.0.1:1025 2022/03/21 22:06:44 jbgraham logged in 2022/03/21 22:06:44 creating draft message 2022/03/21 22:06:45 uploading message body 2022/03/21 22:06:46 sending message

coffseducation avatar Mar 21 '22 11:03 coffseducation

I have this as a startup script:

#! /bin/bash

cd /home/anarcho/hydroxide/

./hydroxide serve ./hydroxide smtp -debug

Kmail autostarts and shows Proton to be offline. If I quit Kmail and re-open Kmail then Proton is not listed as offline. I send an email from Proton - it says no user or password. I close out the pop out and resend - it sends.

How can I configure Hydroxide to autostart in a instantly working manner with Kmail?

coffseducation avatar Mar 21 '22 12:03 coffseducation