diff --git a/config/email.js b/config/email.js index 553645a..78bd1f0 100644 --- a/config/email.js +++ b/config/email.js @@ -4,6 +4,18 @@ 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: 'Tutanota', + image: '/static/img/tutanota.jpg', + url: 'https://tutanota.com/', + sources: { + windows: 'https://tutanota.com/', + macos: 'https://tutanota.com/', + ios: 'https://itunes.apple.com/app/tutanota/id922429609', + android: + 'https://play.google.com/store/apps/details?id=de.tutao.tutanota', + }, + }, { name: 'FastMail', image: '/static/img/fastmail.jpg', diff --git a/static/img/tutanota.jpg b/static/img/tutanota.jpg new file mode 100644 index 0000000..38c9351 Binary files /dev/null and b/static/img/tutanota.jpg differ