You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"body": "This is a test email sent at {{now().isoformat() if 'now' in globals() else 'current_time'}}\n\nThis email confirms that your SMTP configuration is working correctly.\n\nBest regards,\nDialogChain System"
}
to: "smtp://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{ALERT_EMAIL}}"