From cd8fa7e106ff23478a1a795ab31cf434b76eb9fb Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Tue, 6 Jun 2017 09:48:21 +0300 Subject: [PATCH] History entry for meteor/meteor#8760. --- History.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/History.md b/History.md index a8853ef3b4..52ab15221e 100644 --- a/History.md +++ b/History.md @@ -5,6 +5,14 @@ this is to prevent duplicate name error on reloads. Initial data is now properly serialized. +* `accounts-password` now uses `example.com` as a default "from" address instead + of `meteor.com`. This change could break account-related e-mail notifications + (forgot password, activation, etc.) for applications which do not properly + configure a "from" domain since e-mail providers will often reject mail sent + from `example.com`. Ensure that `Accounts.emailTemplates.from` is set to a + proper domain in all applications. + [PR #8760](https://github.com/meteor/meteor/issues/8760) + * Add `DDP._CurrentPublicationInvocation` and `DDP._CurrentMethodInvocation`. `DDP._CurrentInvocation` remains for backwards-compatibility. This change allows method calls from publications to inherit the `connection` from the