32 bit windows?
64Bit windows 10 pro 1903
It is probably also worth mentioning that I can access that mailaccount with thunderbird no problem from the same devices.
Maybe you can bring your computer to bb33 and @Jikstra or someone else could help you debug this. Impossible to know what's wrong given this report.
@MIntrovrt can you provide any logs?
Might be worth it to try that account on linux or mac as well, just to rule out it's not related to windows only.
yeah i will try that account on linux. somehow i just found this "SMTP failed to send message: connection refused" in the output of npm. i suspect the restrictiveness of my mailserver might be messing with it. It only allows StartTLS and encryped passwords, so that might be why my mailserver is refusing to work. ill try it with another server just to make sure.
okay that problem just solved itself. its the policy on my mailserver.
@MIntrovrt Aaah ok. All good then, for now :wink:
@MIntrovrt try out the advanced settings and enforce starttls for imap/smtp, than you should be able to make it work.
@Jikstra I'm wondering if we somehow can detect these sort of problems and make a suggestion?
@ralphtheninja i think core should report this as an error? With the Error event it should be shown in the ui. But maybe it should already fail on login?
Yeah, just showing an error would be helpful. I mean, it detected it couldnt send even though it knew the server worked.