warning "No admin_email specified with -e , using default hoster email"
else
export ADMIN_EMAIL=${arg_e}
debug " admin email is ${ADMIN_EMAIL} "
fi
local color_reset="\x1b[0m"
if[-z${MAIL_DOMAIN:-}];then
if[["${TERM}"!="xterm"*]]||[-t 1 ];then
warning "you have no email server setup, we'll print a random configuration in your application. Make sure to check the parameters for your app to send proper emails."
# Don't use colors on pipes or non-recognized terminals
warning "To stop having this warning, please configure your libre.sh to be abble to create email accounts."
color="";color_reset=""
warning "You can also contact support@indie.host to setup an email account for you"