You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anymail.exceptions.AnymailRequestsAPIError: Resend API response 422 (Unprocessable Entity):
{
"name": "validation_error",
"statusCode": 422,
"message": "Missing `html` or `text` field."
}
I investigated and it seems like self.body is being set to an empty string and self.html is being set to None.
Any idea of what I'm doing wrong? Thanks!
The text was updated successfully, but these errors were encountered:
Dear team,
I'm looking to using the extends template tag in my emails, but to no success.
My
base.html
looks like this:My
password_reset.html
looks like this:My
emails.py
:All I get when sending the email is this error:
I investigated and it seems like
self.body
is being set to an empty string andself.html
is being set toNone
.Any idea of what I'm doing wrong? Thanks!
The text was updated successfully, but these errors were encountered: