Skip to content
Snippets Groups Projects
Commit cde28460 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #321 from metabase/ag-default-email-from-vals

default email from vals
parents cf62402f f3cc60ad
Branches
Tags
No related merge requests found
......@@ -12,8 +12,8 @@
;; ## CONFIG
(defsetting mandrill-api-key "API key for Mandrill.")
(defsetting email-from-address "Email address used as the sender of system notifications.")
(defsetting email-from-name "Name used as the sender of the system notifications. (optional)")
(defsetting email-from-address "Email address used as the sender of system notifications." "notifications@metabase.com")
(defsetting email-from-name "Name used as the sender of the system notifications." "Metabase")
;; ## PUBLIC INTERFACE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment