@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