-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty emails #94
Comments
@gondzo could you give me exact time stamp of the email? |
Mar 8, 2019, 02:00 EDT |
another idea for keeping track of these issues: current templates are using a bunch of if statements to find the right template - we could use if/else if with a final else block that would render some error text. We could then render the template in our backend to check for error text and log it appropriately. This kind of defeats the purpose of having templates in sendgrid but is the only automated way I could think of to test if we're sending empty emails or not. what do you think @vikasrohit ? |
I think idea about having |
that would work as well. any ideas for the error text to use? maybe a hidden div element so it's not visible to the actual recipients? |
Yes, we have to make it hidden either by making background and text color same OR actually setting |
@gondzo do you think you would be able to handle this? |
I still occasionally receive emails with only project name with no actual notifications inside, ex
https://www.screencast.com/t/bTInb62Adh
@vikasrohit can you take a look at the email logs to check which events were sent there?
btw, maybe it would be a good idea to list all notification types covered by email templates and when sending an email log a warning or error if we run into a notification that doesn't have a template?
The text was updated successfully, but these errors were encountered: