-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"
Error
> Mail::raw('Hello World!', function($msg) {$msg->to('myemail@gmail.com')->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
Metadata
Metadata
Assignees
Labels
No labels