Email Returns as Sent but not Receiving from sendgrid
问题 I am trying to send email thru fire base cloud function. I am getting log that email is sent but I don't see any email. Below is the code and the logs. Where do I begin to troubleshoot? 'use strict'; const functions = require('firebase-functions'); const nodemailer = require('nodemailer'); const SEND_GRID_API_KEY = functions.config().sendgrid.key const sgMail = require('@sendgrid/mail'); sgMail.setApiKey(SEND_GRID_API_KEY); // Your company name to include in the emails // TODO: Change this to