com.google.apphosting.api.ApiProxy$CallNotFoundException: Can't make API call mail.Send in a thread that is neither the original request thread nor a thread created by ThreadManager #419
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
I am trying to make a REST api call, so when users make a POST request, it will send emails
However, I encounter the problem when trying to send the email:
My code is:
My Mail.class is imported using maven. It's a library class
I don't know if I should post this issue here... but it's related to appengine
Thanks!
The text was updated successfully, but these errors were encountered: