This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 5445518 Warn about issues with outlook.com mails
5445518 is described below
commit 5445518e4dff98e878504b30364a37cb667ce16d
Author: Sebb <[email protected]>
AuthorDate: Thu Aug 12 15:50:49 2021 +0100
Warn about issues with outlook.com mails
---
www/roster/views/person/main.js.rb | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/www/roster/views/person/main.js.rb
b/www/roster/views/person/main.js.rb
index b9b3ae4..5546c1d 100644
--- a/www/roster/views/person/main.js.rb
+++ b/www/roster/views/person/main.js.rb
@@ -160,6 +160,18 @@ class Person < Vue
end
end
+ if @auth # deprecate using outlook.com
+ _div.row do
+ _div.name 'Warning regarding outlook.com addresses'
+ _div.value do
+ _ 'Unfortunately, Microsoft continues to block our email as so many
Outlook users report our legitimate email as SPAM.'
+ _br
+ _ 'We have not had much success in getting them to unblock us, so we
recommend an email provider other than'
+ _ ' outlook.com for use with the ASF'
+ end
+ end
+ end
+
# Email addresses
# always present
_PersonEmailForwards person: self, edit: @edit