Skip to content
fix: imap domains authored by Angel Angelov's avatar Angel Angelov
......@@ -128,7 +128,7 @@ kubectl create secret generic smtp \
--from-literal 'from=Appsemble (review) <noreply@appsemble.app>'
kubectl create secret generic imap \
--namespace review \
--from-literal 'imap-host=imap.appsemble.app' \
--from-literal 'imap-host=mail.d-centralize.nl' \
--from-literal 'imap-port=993' \
--from-literal 'imap-secure=true' \
--from-literal 'imap-user=noreply@appsemble.app' \
......@@ -160,7 +160,7 @@ kubectl create secret generic smtp \
--from-literal 'from=Appsemble (staging) <noreply@appsemble.app>'
kubectl create secret generic imap \
--namespace staging \
--from-literal 'imap-host=imap.appsemble.app' \
--from-literal 'imap-host=mail.d-centralize.nl' \
--from-literal 'imap-port=993' \
--from-literal 'imap-secure=true' \
--from-literal 'imap-user=noreply@appsemble.app' \
......
......