I figured it out!
I was sending my emails to sendgrid like so:
Firstname Lastname <first.last@gmail.com>
and sendgrid needs it to just be the raw email:
first.last@gmail.com
As soon as I fixed that the problem went away.
Thanks!
I figured it out!
I was sending my emails to sendgrid like so:
Firstname Lastname <first.last@gmail.com>
and sendgrid needs it to just be the raw email:
first.last@gmail.com
As soon as I fixed that the problem went away.
Thanks!