-
Notifications
You must be signed in to change notification settings - Fork 421
Closed
Labels
extension: firestore-send-emailRelated to firestore-send-email extensionRelated to firestore-send-email extensiontype: bugSomething isn't workingSomething isn't working
Description
[READ] Step 1: Are you in the right place?
Issues filed here should be about bugs for a specific extension in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
- For general technical questions, post a question on StackOverflow
with the firebase tag. - For general Firebase discussion, use the firebase-talk
google group. - To file a bug against the Firebase Extensions platform, or for an issue affecting multiple extensions, please reach out to
Firebase support directly.
[REQUIRED] Step 2: Describe your configuration
- Extension name: firestore-send-email
- Extension version: 0.1.32
- Configuration values (redact info where appropriate):
- DEFAULT_FROM=kingu.dev support@kingu.dev
- DEFAULT_REPLY_TO=support@kingu.dev
- MAIL_COLLECTION=mails_v1
- SMTP_CONNECTION_URI=smtps://apikey@smtp.sendgrid.net:465
- SMTP_PASSWORD=projects/${param:PROJECT_NUMBER}/secrets/firestore-send-email-SMTP_PASSWORD/versions/latest
- TEMPLATES_COLLECTION=mailTemplates_v1
- TTL_EXPIRE_TYPE=never
- TTL_EXPIRE_VALUE=1
[REQUIRED] Step 3: Describe the problem
After upgrading to 0.1.32, delivery.info.accepted
, delivery.info.messageId
, delivery.info..response
is missing.
Steps to reproduce:
- Upgraded to 0.1.32
Expected result
delivery.info
should not be missing.
Actual result
Metadata
Metadata
Assignees
Labels
extension: firestore-send-emailRelated to firestore-send-email extensionRelated to firestore-send-email extensiontype: bugSomething isn't workingSomething isn't working