diff --git a/deploy/setup-step10-creds.sh b/deploy/setup-step10-creds.sh index e51086c..1fdc37b 100644 --- a/deploy/setup-step10-creds.sh +++ b/deploy/setup-step10-creds.sh @@ -181,6 +181,7 @@ if need_cred "authblocks"; then read -rp " Email host (SMTP server or API host): " EMAIL_HOST read -rsp " Email token (API key / SMTP password): " EMAIL_TOKEN echo + read -rp " Sender email address (From:, e.g. noreply@${DOMAIN_PUBLIC}): " EMAIL_FROM # Admin account echo @@ -201,10 +202,10 @@ if need_cred "authblocks"; then read -rp " Support email address: " SUPPORT_EMAIL write_cred "authblocks" "$(cat <