Sending email in a local environment in GAE

Is there any way to check how mail is sent using Mail Java Api for the Google AppEngine application on the local network / STRONG>? Deploying to AppEngine takes too much time, and it is tedious to lose so much time to test every code change.

Thank.

+3
source share
1 answer

As far as I know, this function does not exist in the GAEJ SDK (in Python it can be tested via sendmail).
Check out this feature request.

+2
source

Source: https://habr.com/ru/post/1789502/


All Articles