-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
"Use of the the built in php mailer is no longer supported" but SMTP is used #11107
Comments
GitMate.io thinks possibly related issues are #11106 (Documentation of "use of the the built in php mailer is no longer supported"), #2577 (PHP 7.1 support), #2506 (Do not upgrade if PHP version is not supported by new version), #2474 (Upgrade PHP-opencloud to support Swift DLO), and #8210 (Document support for PHP 7.2 in Changelog). |
@tobiasKaminsky Is send mode I'm just asking because the nc14 docs don't mention anything about |
Removed by upstream (swiftmailer dropped support for PHP transport). Here is the related pr #9791 and it's also mentioned in #7827 but the issue for updating docs is still open nextcloud/documentation#787 |
@danielkesselberg Thx for the info. |
is there another way to get rid of this message, docs suggest encryption can't be reversed if a user would create a file in the meantime |
The encryption you linked has nothing to do with email, but it about encrypting the files stored on server. To get rid of this message, you would have to a different email system than PHP. |
i already have smtp setup from the older versions but now the error is shown and i just want to get rid of it as you described in you first post |
|
For me SMTP is working. This issue is only about the misleading warning. |
I had the same isse, with the misleading error message although SMTP was already set in the admin settings interface (since NC12). |
Can we get this prioritized for 14.0.2? |
I've just tested this with the snap and adding a config file like this:
Makes the warning go away. |
I was wondering what the status of this issue is (Is anyone working on this? Scheduled for 14.02?). The last update was 2 weeks ago and this is currently blocking Nextcloud 14 for SNAP users. Thanks all! I don't mean to sound pushy, just wanting to make sure this isn't forgotten about. :) |
Yes (the second argument is the default value returned when nothing defined). @pachulo @fishscene Do you run nextcloud without mail? |
I doubt it. Putting my own words in their mouth, I think what they're driving at is that this big warning is the default experience once someone installs Nextcloud for the first time. We try to streamline that flow in the snap as much as possible, and this gets in the way. We've already received bug reports about it, and we haven't even released it! |
I agree with you that the warning is misleading. When i select either smtp or sendmail the message is gone. Just to be safe this is working for you? Then i would suggest to change
$this->config->getSystemValue('mail_smtpmode') and things should work.
|
@danielkesselberg indeed, that patch removes the warning upon initial install, and email still works with it. Would you like to propose it, or shall I? |
Do it 👍 |
Well, I've created a PR with the proposed fix by @danielkesselberg ! Comments are very welcome!! |
--> somehow it has an old "state" of mail system
The text was updated successfully, but these errors were encountered: