Adding a new 2.0.39-beta version for SDK release for Beta for Mail changes#403
Closed
maigovannon wants to merge 4 commits intomainfrom
Closed
Adding a new 2.0.39-beta version for SDK release for Beta for Mail changes#403maigovannon wants to merge 4 commits intomainfrom
maigovannon wants to merge 4 commits intomainfrom
Conversation
Collaborator
Collaborator
Author
|
CI on push is successful: https://github.com/GoogleCloudPlatform/appengine-java-standard/actions/runs/17233061855. The failures for the actions on the The |
ludoch
requested changes
Aug 26, 2025
| <groupId>com.google.appengine</groupId> | ||
| <artifactId>parent</artifactId> | ||
| <version>2.0.39-SNAPSHOT</version> | ||
| <version>2.0.39-beta</version> |
Collaborator
There was a problem hiding this comment.
In order to to a mvn release, we need this to be 2.0.39-beta-SNAPSHOT.
The release tooling will do the right thing removing SNAPSHOT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New branch for a so-called
2.0.39-betabranch which will track all the Beta releases for the Mail SDK changesNOTE: This change won't be merged into main but it is only to create a PR for review.
Release Notes:
This release introduces a major feature to the App Engine Mail API: the ability to send emails via an
external SMTP service. This provides a more flexible and robust way to send emails from your App Engine
application.
Mail API: SMTP Support
Key Features:
functionality can be enabled by setting the USE_SMTP_MAIL_SERVICE environment variable.
admin emails are configured via the ADMIN_EMAIL_RECIPIENTS environment variable.
and connection errors, which are now surfaced as standard Mail API exceptions.
of the new SMTP sending functionality under various conditions.