### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, no…t a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on Github _(I've searched it)_.
- [X] Nextcloud Server **is** up to date. See [Maintenance and Release Schedule](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule) for supported versions.
- [X] Nextcloud Server **is** running on 64bit capable CPU, PHP and OS.
- [X] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).
### Bug description
After upgrading to nc 26.0.0 no e-mails are sent. I already red https://github.com/nextcloud/server/issues/37329 this bug report and therefore installed the suggested patch 37340 - unfortunetly with no success. We are absolutely sure, that the credentials and sever-data are correct. This data works within WordPress on the same host.
![sshot-66](https://user-images.githubusercontent.com/130596467/231556478-dd7bcd7f-be92-42ec-93d0-e6af9cdda57c.png)
### Steps to reproduce
1. Fill in data about the Mail-Server
2. Press Save (speichern)
3. Press Send-E-Mail (E-Mail-Senden)
### Expected behavior
I would expect that nextcloud sends the test-e-mail to the given e-mail-address.
### Installation method
None
### Nextcloud Server version
26
### Operating system
Debian/Ubuntu
### PHP engine version
PHP 8.1
### Web server
Apache (supported)
### Database engine version
MySQL
### Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
### Are you using the Nextcloud Server Encryption module?
None
### What user-backends are you using?
- [X] Default user-backend _(database)_
- [X] LDAP/ Active Directory
- [ ] SSO - SAML
- [ ] Other
### Configuration report
```shell
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"nextcloud.domain.de",
"nextcloud.domain.biz"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "26.0.0.11",
"overwrite.cli.url": "https:\/\/nextcloud.domain.de",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
"default_language": "de_DE",
"default_phone_region": "de_DE",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_smtpdebug": true,
"skeletondirectory": "",
"enable_avatars": false,
"defaultapp": "files",
"memcache.local": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"theme": "domain-theme",
"simpleSignUpLink.shown": false,
"loglevel": 2,
"maintenance": false,
"activity_use_cached_mountpoints": true,
"app_install_overwrite": [
"groupfolders"
],
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "25",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***"
}
}
```
### List of activated Apps
```shell
Enabled:
- activity: 2.18.0
- bruteforcesettings: 2.6.0
- circles: 26.0.0
- cloud_federation_api: 1.9.0
- comments: 1.16.0
- dashboard: 7.6.0
- dav: 1.25.0
- federatedfilesharing: 1.16.0
- federation: 1.16.0
- files: 1.21.1
- files_pdfviewer: 2.7.0
- files_retention: 1.15.0
- files_rightclick: 1.5.0
- files_sharing: 1.18.0
- files_trashbin: 1.16.0
- files_versions: 1.19.1
- groupfolders: 14.0.0
- logreader: 2.11.0
- lookup_server_connector: 1.14.0
- nextcloud_announcements: 1.15.0
- notifications: 2.14.0
- oauth2: 1.14.0
- password_policy: 1.16.0
- privacy: 1.10.0
- provisioning_api: 1.16.0
- recommendations: 1.5.0
- related_resources: 1.1.0-alpha1
- serverinfo: 1.16.0
- settings: 1.8.0
- sharebymail: 1.16.0
- support: 1.9.0
- survey_client: 1.14.0
- systemtags: 1.16.0
- text: 3.7.2
- theming: 2.1.1
- theming_customcss: 1.13.0
- twofactor_backupcodes: 1.15.0
- updatenotification: 1.16.0
- user_ldap: 1.16.0
- user_status: 1.6.0
- viewer: 1.10.0
- weather_status: 1.6.0
- workflowengine: 2.8.0
Disabled:
- admin_audit: 1.16.0
- contactsinteraction: 1.7.0 (installed 1.0.0)
- encryption: 2.14.0
- files_external: 1.18.0
- firstrunwizard: 2.15.0 (installed 2.6.0)
- photos: 2.2.0 (installed 1.1.0)
- suspicious_login: 4.4.0
- twofactor_totp: 8.0.0-alpha.0
```
### Nextcloud Signing status
```shell
No errors have been found.
```
### Nextcloud Logs
```shell
{"reqId":"4w2r2amHKjLha508JPgv","level":2,"time":"2023-04-12T18:46:18+00:00","remoteAddr":"172.16.32.2","user":"423u01","app":"core","method":"PROPFIND","url":"/remote.php/webdav","message":"Login failed: 'yvonne.lederle@lederle-bau.de' (Remote IP: '172.16.32.2')","userAgent":"Microsoft-WebDAV-MiniRedir/10.0.19044","version":"26.0.0.11","data":{"app":"core"}}
```
### Additional info
_No response_