Email config
Solved
Typebot
-
App Devwrote on Dec 27, 2023, 12:16 PM last edited by timconsidine Dec 27, 2023, 12:26 PM
-
App Devwrote on Dec 27, 2023, 12:43 PM last edited by timconsidine Dec 27, 2023, 12:59 PMThis post is deleted!
-
This post is deleted!
-
Seems that adding an account in
env.sh
does work. -
-
-
Seems that adding an account in
env.sh
does work.@timconsidine It's already pre-setup to use Cloudron Mail Server. Does that not work?
export SMTP_USERNAME="$CLOUDRON_MAIL_SMTP_USERNAME" export SMTP_PASSWORD="$CLOUDRON_MAIL_SMTP_PASSWORD" export SMTP_HOST="$CLOUDRON_MAIL_SMTP_SERVER" export SMTP_PORT="$CLOUDRON_MAIL_SMTP_PORT" export SMTP_AUTH_DISABLED=true
-
My install did not seem to have a configured email account until I set those details manually in
env.sh
.
I just got the form as in original post.
When I tried to enter provided data, I got a UI message along lines of "config not created, can't send test email".
When I put the necessary details in env.sh, it worked. -
@timconsidine It's already pre-setup to use Cloudron Mail Server. Does that not work?
export SMTP_USERNAME="$CLOUDRON_MAIL_SMTP_USERNAME" export SMTP_PASSWORD="$CLOUDRON_MAIL_SMTP_PASSWORD" export SMTP_HOST="$CLOUDRON_MAIL_SMTP_SERVER" export SMTP_PORT="$CLOUDRON_MAIL_SMTP_PORT" export SMTP_AUTH_DISABLED=true
wrote on Jan 2, 2024, 9:43 AM last edited by@girish said in Email config:
@timconsidine It's already pre-setup to use Cloudron Mail Server. Does that not work?
export SMTP_USERNAME="$CLOUDRON_MAIL_SMTP_USERNAME" export SMTP_PASSWORD="$CLOUDRON_MAIL_SMTP_PASSWORD" export SMTP_HOST="$CLOUDRON_MAIL_SMTP_SERVER" export SMTP_PORT="$CLOUDRON_MAIL_SMTP_PORT" export SMTP_AUTH_DISABLED=true
-
wrote on Jan 9, 2024, 1:30 PM last edited by
Thanks for answering, you made my day.