Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

JoelPiccoli's avatar

HELO on Windows WSL2

Hello everyone! I'm facing a little issue using HELO on Windows WSL2, I'm testing the tool before buying it, and I can't manage to use it on windows wsl2.

I got the Connection refused error as bellow:

Connection could not be established with host "127.0.0.1:2525": stream_socket_client(): Unable to connect to 127.0.0.1:2525 (Connection refused)

But the connection on .env is as described on the docs.

MAIL_MAILER=smtp
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=Inbox-Name
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

Anyone have ever faced this issue too?

0 likes
5 replies
fylzero's avatar

@JoelPiccoli Possibly even sillier question... the Helo app is open while you're testing it?

Couldn't find anything about this, might be worth dropping an email to Helo support: [email protected]

Please or to participate in this conversation.