Creating a new version for releasing the SMTP Mail changes to Beta#404
Closed
maigovannon wants to merge 9 commits intomainfrom
Closed
Creating a new version for releasing the SMTP Mail changes to Beta#404maigovannon wants to merge 9 commits intomainfrom
maigovannon wants to merge 9 commits intomainfrom
Conversation
ludoch
approved these changes
Aug 26, 2025
Collaborator
|
LGTM for staying in this branch and pushing the beta release |
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.
This PR is to review the
2.0.39-betaversion to get it for Beta release to Maven. This primarily is targeted at releasing the SMTP Mail changes to Beta customersNote: This PR is not meant to be merged to
mainbut only to be reviewed for correctness and released directly to maven from this branch. Hence only created a draft PR since it will never be ready to merge.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.