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

[5.x]: Setting unknown property: craft\mail\transportadapters\Smtp::encryptionMethod #14555

Closed
KlingeSean opened this issue Mar 8, 2024 · 3 comments
Assignees
Labels

Comments

@KlingeSean
Copy link

What happened?

Description

This error is thrown when opening the email SMTP settings page.

Steps to reproduce

  1. open the email SMTP settings page.

Expected behavior

Being able to open and change the SMTP settings.

Actual behavior

Recieve an error stating: "Setting unknown property: craft\mail\transportadapters\Smtp::encryptionMethod"

Craft CMS version

5.0.0-beta.5

PHP version

8.2

Operating system and version

Linux 3.10.0-962.3.2.lve1.5.77.el7.x86_64

Database type and version

MariaDB 10.6.12

Image driver and version

GD 8.2.3

Installed plugins and versions

none

@KlingeSean KlingeSean added the bug label Mar 8, 2024
@WS-Ramon
Copy link

WS-Ramon commented Mar 8, 2024

Blijkt dat de volgende velden niet meer bestaan:

transportSettings:
  encryptionMethod
  timeout

We moesten deze handmatig uit de project.yaml halen.

@KlingeSean
Copy link
Author

KlingeSean commented Mar 10, 2024

As stated in a comment provided the issue was that after upgrading the project.yaml did not remove these 2 settings from the email settings:

transportSettings:
  encryptionMethod
  timeout

Removing those fixes the issue closing this.

@brandonkelly
Copy link
Member

5.0.0-beta.10 was just released with a fix for this.

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

No branches or pull requests

4 participants