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 for problem with email's queue #16

Closed
wants to merge 1 commit into from

Conversation

fordnn
Copy link

@fordnn fordnn commented Oct 12, 2018

In current version it calls:
HostController.Instance.GetSettingsDictionary("SMTPPassword")
what is wrong, because returns Encrypted version of the SMTPPassword. Instead it should use:
HostController.Instance.GetEncryptedString("SMTPPassword", Config.GetDecryptionkey())

In current version it calls:
  HostController.Instance.GetSettingsDictionary("SMTPPassword")
what is wrong, because returns Encrypted version of the SMTPPassword. Instead it should use:
  HostController.Instance.GetEncryptedString("SMTPPassword", Config.GetDecryptionkey())
@juvander
Copy link
Member

Actually, cleaned up the code a bit and removed these settings now all together since dnn has capability to send e-mails and that should handle these settings automatically.

So going to reject this pull request.

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

Successfully merging this pull request may close these issues.

2 participants