-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Expose Mailer stream options (setStreamOptions) in configuration #12702
Labels
Milestone
Comments
GitMate.io thinks possibly related issues are #12209 (Nextcloud exposes internal configuration/setup information), #6304 ("none" option no available on email configuration), #8960 (Gray-out relevant configuration options when config_is_read_only is set), #9142 (Stream endpoint), and #1670 (Support more libsmbclient options). |
stalker314314
added a commit
to stalker314314/server
that referenced
this issue
Nov 30, 2018
stalker314314
added a commit
to stalker314314/server
that referenced
this issue
Nov 30, 2018
Signed-off-by: Branko Kokanovic <[email protected]>
stalker314314
added a commit
to stalker314314/server
that referenced
this issue
Nov 30, 2018
Signed-off-by: Branko Kokanovic <[email protected]>
skjnldsv
added a commit
that referenced
this issue
Dec 18, 2018
Expose Swift Mailer streaming options in config, fixes #12702
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tl;dr Filing a request for new feature that puts content from configuration (
config.php
) tosetStreamOptions
. I am also available to create/send patch, but wanted to first file the issue and see if this would get be accepted. SincesetStreamOptions
accept ordinary array, it could fit nicely inconfig.php
IMHO, asmail_smtpstreamoptions
(following current namespaces there)Steps to reproduce
I am having Nextcloud locally (QNAP), but mail provider that I want to use is fastmail.
mail_smtpmode
and none of the configuration parameters is working for me.So, at the end, I have to change Nextcloud:) So, based on this this is my dance I am doing whenever Mailer.php is overwitten:
(in
Mailer.php
ingetSmtpInstance
)We might add separate config param to allow specifically this (allow_self_signed, _verify_peer=false...), but this is just promoting insecure usage and exposing
setStreamOptions
seems like a more generic solution.Expected behaviour
Test mail should be sent when SMTP with my setup is sent
Actual behaviour
Server configuration
Operating system:
QNAP
Web server:
Apache2
Database:
PGSQL
PHP version:
7.x
Nextcloud version: (see Nextcloud admin page)
14.x
Updated from an older Nextcloud/ownCloud or fresh install:
Updated
Where did you install Nextcloud from:
tar.gz
The text was updated successfully, but these errors were encountered: