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
I've reported this to resend via the message box but also reporting here.
I've got fairly standard mailables in my laravel 11 project. Every 100 emails or so I get this random error. Its happened 3x now and on different mailables. Because my jobs are set to retry a few times, this always goes out successfully on the 2nd try.
Which is even more confusing because if there was truly a syntax error we'd have another fail?
There is nothing for the fail in the resend log gui.
And I'm having a hard time where I can take it from here.
Using these versions:
"resend/resend-laravel": "^0.14.0",
"laravel/framework": "^11.33",