Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection refused #2

Open
aavram93 opened this issue Mar 29, 2023 · 4 comments
Open

Connection refused #2

aavram93 opened this issue Mar 29, 2023 · 4 comments

Comments

@aavram93
Copy link

aavram93 commented Mar 29, 2023

Trying to use it on Laravel

env:

MAIL_MAILER=smtp
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"

Error

> Mail::raw('Hello World!', function($msg) {$msg->to('[email protected]')->subject('Test Email'); });

   Symfony\Component\Mailer\Exception\TransportException  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).

Also tried to open TCP port 2525 in Windows Firewall, same error

Also when I try in Settings to change SMTP Configuration and pressing Update & Relaunch is stucking in loading and is not restarting app

@MianSaleem
Copy link
Member

Can you please open the logs (click icon in title bar) and let me know the error?

@aavram93
Copy link
Author

Trying to open Logs but nothing happen also restarted the app tried again, nothing happen...

@MianSaleem
Copy link
Member

I have released an update (v0.1.16) that should fix the open log and the smtp server should send notifications on start and fail. Please try to update and let me know if you still have issues. Thank you

@MianSaleem
Copy link
Member

@aavram93 If you don’t mind, could you check the latest version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants