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

[9.x] Allows tls encryption to be used with port different than 465 with starttls #40943

Merged
merged 1 commit into from
Feb 10, 2022

Conversation

nicolalazzaro
Copy link

Resolve this issue: #40887

@driesvints
Copy link
Member

Thanks!

@taylorotwell taylorotwell merged commit 9541779 into laravel:9.x Feb 10, 2022
@Hesammousavi
Copy link
Contributor

@driesvints
hi man
is this PR accepted ?
cuz i cant see the change in my laravel project

laravel version : 9.0.2
php version : PHP 8.1.2

my MailManager.php

        $transport = $factory->create(new Dsn(
            ! empty($config['encryption']) && $config['encryption'] === 'tls' ? 'smtps' : '',

@driesvints
Copy link
Member

@Hesammousavi will be released on Tuesday

leinelissen added a commit to leinelissen/framework that referenced this pull request Feb 1, 2023
leinelissen added a commit to leinelissen/framework that referenced this pull request Feb 1, 2023
@GotaloveCode
Copy link

GotaloveCode commented Jan 12, 2024

For configuration smtp port 25 no encryption it fails with starttls error. Is there a way to configure this so it doesnt need a certificate? This is where host is a server ip not localhost.

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

Successfully merging this pull request may close these issues.

5 participants