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

fix(mailer): remove value comparison for smtp_authtype as there is only one option #37340

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

miaulalala
Copy link
Contributor

@miaulalala miaulalala commented Mar 22, 2023

Summary

The mail_smtpauth parameter is never passed to the template and thus always 0. There is only the LOGIN option anyway so I removed the check completely.

Checklist

@miaulalala miaulalala added this to the Nextcloud 27 milestone Mar 22, 2023
@miaulalala miaulalala requested review from juliushaertl, come-nc and a team March 22, 2023 11:41
@miaulalala miaulalala self-assigned this Mar 22, 2023
@miaulalala miaulalala requested review from ArtificialOwl and icewind1991 and removed request for a team March 22, 2023 11:41
@miaulalala
Copy link
Contributor Author

/backport to stable26

@bigcat88 bigcat88 self-requested a review March 22, 2023 11:58
@miaulalala miaulalala changed the title fix(mailer): add isset check on authentication parameter fix(mailer): remove value comparison for smtp_authtype as there is only one option Mar 22, 2023
@miaulalala miaulalala requested review from juliushaertl, bigcat88 and skjnldsv and removed request for juliushaertl March 22, 2023 12:10
@miaulalala miaulalala force-pushed the fix/undefined-index-mailer-settings branch from 56e315a to 4ff90f0 Compare March 22, 2023 13:37
@miaulalala

This comment was marked as outdated.

@szaimen
Copy link
Contributor

szaimen commented Mar 24, 2023

A rebase should fix it

@miaulalala
Copy link
Contributor Author

/rebase

Signed-off-by: Anna Larch <anna@nextcloud.com>
@nextcloud-command nextcloud-command force-pushed the fix/undefined-index-mailer-settings branch from 4ff90f0 to 1368012 Compare March 24, 2023 10:26
@szaimen
Copy link
Contributor

szaimen commented Mar 24, 2023

Cypress failure unrelated

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

Successfully merging this pull request may close these issues.

[Bug]: NEXTCLOUD 26 Email Setup no Test successfully
5 participants