Quantstrip docs
Open Dashboard
Notifications page showing configured email accounts and the account edit form
assets/screenshots/notifications_accounts.png Screenshot not yet added — drop the file above into docs/assets/screenshots/ and it will appear here automatically.
Notifications — email account list

Accounts

Each account has a name, provider, SMTP server/port, a TLS toggle, username/password, from-address, and a default flag (shown with a star badge). The default account is used by send_email() when a script does not specify one explicitly.

Provider presets

Selecting Gmail, Outlook, or Yahoo auto-fills the server, port, and TLS settings for that provider, along with provider-specific setup notes; Gmail requires an App Password rather than the account password. Selecting Custom requires entering all fields manually.

Stored passwords are obfuscated (base64 plus a character rotation), not encrypted — the same scheme used for secret-typed values on the Settings page. Not protected at rest.

Testing

A test email can be sent through a configured account directly from this page, surfacing SMTP configuration errors here rather than during strategy execution.

Sending from a strategy script is send_email(...) or email_manager.send(...) — see the email API reference.