Get SMTP connection sercurity config during service setup.

This commit is contained in:
2025-08-04 16:01:32 -07:00
parent b1b14d8d80
commit fef238db6d

View File

@@ -24,7 +24,8 @@ prompt_if_unset_config "cloud.smtp.host" "Enter SMTP host (e.g., email-smtp.us-e
prompt_if_unset_config "cloud.smtp.port" "Enter SMTP port (usually 465 for SSL, 587 for STARTTLS)" "465"
prompt_if_unset_config "cloud.smtp.user" "Enter SMTP username/access key" ""
prompt_if_unset_config "cloud.smtp.from" "Enter default 'from' email address" "no-reply@$(wild-config cloud.domain)"
prompt_if_unset_config "cloud.smtp.tls" "Enable TLS? (true/false)" "true"
prompt_if_unset_config "cloud.smtp.startTls" "Enable STARTTLS? (true/false)" "true"
print_success "SMTP configuration collected successfully"
# Collect SMTP password/secret