mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
Send Email via the API
- uses the new subject/email from fields present on the templates / service tables - brings the send email api call into line with the sms one. - same fields (to/template_id) - same rules regarding restricted services - wired in as a task into celery Requires - new celery queue - new env property (NOTIFY_EMAIL_DOMAIN)
This commit is contained in:
@@ -15,4 +15,5 @@ export TWILIO_ACCOUNT_SID="test"
|
||||
export TWILIO_AUTH_TOKEN="test"
|
||||
export TWILIO_NUMBER="test"
|
||||
export FIRETEXT_API_KEY="Firetext"
|
||||
export FIRETEXT_NUMBER="Firetext"
|
||||
export FIRETEXT_NUMBER="Firetext"
|
||||
export NOTIFY_EMAIL_DOMAIN="test.notify.com"
|
||||
|
||||
Reference in New Issue
Block a user