No login available via email or typebot..
I tried w
export SMTP_AUTH_DISABLED="false"
export SMTP_HOST="smtp.titan.email"
export SMTP_PORT="465"
export SMTP_USERNAME="typebot@....com"
export SMTP_PASSWORD="...@."
export SMTP_SECURE="true"
export NEXT_PUBLIC_SMTP_FROM="Login Typebot <typebot@....com>"
and
SMTP_AUTH_DISABLED="false"
SMTP_HOST="smtp.titan.email"
SMTP_PORT="465"
SMTP_USERNAME="typebot@....com"
SMTP_PASSWORD="...@."
SMTP_SECURE="true"
NEXT_PUBLIC_SMTP_FROM="Login Typebot <typebot@....com>"
but nothing works