Skip to content

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

Merged
taylorotwell merged 1 commit into
laravel:9.xfrom
nicolalazzaro:9.x
Feb 10, 2022
Merged

[9.x] Allows tls encryption to be used with port different than 465 with starttls#40943
taylorotwell merged 1 commit into
laravel:9.xfrom
nicolalazzaro:9.x

Conversation

@nicolalazzaro

Copy link
Copy Markdown

Resolve this issue: #40887

@driesvints

Copy link
Copy Markdown
Member

Thanks!

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

Copy link
Copy Markdown
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
Copy Markdown
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

GotaloveCode commented Jan 12, 2024

Copy link
Copy Markdown

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