Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Added back host email setting in smtp server configuration #39

Merged
merged 1 commit into from
Nov 7, 2018

Conversation

valadas
Copy link
Contributor

@valadas valadas commented Aug 17, 2018

Testing steps:

  • Go to Settings -> Servers -> Server Settings -> SMTP Server
  • Change the host email and save
  • Go to Settings -> SQL Console
  • Enter the following query:
SELECT SettingValue FROM {databaseOwner}{objectQualifier}HostSettings
WHERE SettingName = 'HostEmail'
  • Make sure the returned email is the one entered in the UI

Context

The host email is used in a couple places in the platform, see https://github.com/dnnsoftware/Dnn.Platform/search?q=hostemail&unscoped_q=hostemail
It can also be used by module developers to send a message to the person responsible for hosting the possibly multiple sites.
Since Dnn 9 and the persona bar came out, the only way to change this host email was to edit the database directly.

closes #6

This is my first pull request for the persona bar, if I did anything wrong or not following best practices, please comment.

Copy link
Contributor

@mitchelsellers mitchelsellers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mitchelsellers mitchelsellers merged commit e2eaa74 into dnnsoftware:development Nov 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't change host email in Dnn 9
3 participants