Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
fix: imap domains
authored
Mar 14, 2024
by
Angel Angelov
Show whitespace changes
Inline
Side-by-side
setup/development.md
View page @
d86eb791
...
...
@@ -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=
i
ma
p.appsemble.app
'
\
--from-literal
'imap-host=ma
il.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=
i
ma
p.appsemble.app
'
\
--from-literal
'imap-host=ma
il.d-centralize.nl
'
\
--from-literal
'imap-port=993'
\
--from-literal
'imap-secure=true'
\
--from-literal
'imap-user=noreply@appsemble.app'
\
...
...
...
...