mirror of
https://github.com/theodore-song/polymarket-analyst.git
synced 2026-08-04 03:37:43 +00:00
Add SMTP support for trade emails
This commit is contained in:
+7
-1
@@ -85,11 +85,17 @@ CUSTOMER_SUPPORT_EMAIL=
|
||||
RISK_ADMIN_WALLET=
|
||||
|
||||
# Trade email alerts
|
||||
# Use either Resend directly or a webhook from Zapier/Make/another email automation.
|
||||
# Use Resend, SMTP, or a webhook from Zapier/Make/another email automation.
|
||||
RESEND_API_KEY=
|
||||
TRADE_EMAIL_FROM=Poly Arena <alerts@yourdomain.com>
|
||||
TRADE_EMAIL_REPLY_TO=
|
||||
TRADE_EMAIL_WEBHOOK_URL=
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=
|
||||
SMTP_SECURE=true
|
||||
SMTP_USER=
|
||||
SMTP_PASS=
|
||||
SMTP_FROM=
|
||||
|
||||
# Agent chat
|
||||
OPENAI_API_KEY=
|
||||
|
||||
Reference in New Issue
Block a user