From afc315b09267dba6fa08d63e46cc063e53ffefc0 Mon Sep 17 00:00:00 2001 From: resto1231 <60434667+resto1231@users.noreply.github.com> Date: Mon, 3 Feb 2020 11:06:49 +0100 Subject: [PATCH] Update email.js Hello, I found Mailfence another secure email provider that is fully encrypted it would be good to add to the list of secure email providers. --- config/email.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/email.js b/config/email.js index 99d8e6a..d987dfe 100644 --- a/config/email.js +++ b/config/email.js @@ -4,6 +4,20 @@ export default { description: `You should use an email provider that doesn’t read your email or gather data about your conversations to target you with ads. `, apps: [ + { + name: 'Mailfence', + image: '/static/img/mailfence.jpg', + url: 'https://mailfence.com/', + sources: { + windows: 'https://mailfence.com', + macos: 'https://mailfence.com', + ios: + 'https://mailfence.com/m/', + android: + 'https://mailfence.com/m/', + linux: 'https://mailfence.com', + }, + }, { name: 'FastMail', image: '/static/img/fastmail.jpg',