Uses of Package
com.google.appengine.api.mail
Packages that use com.google.appengine.api.mail
Package
Description
Provides a service to send email messages on behalf of administrators or authenticated users,
also accessible via a JavaMail interface.
-
Classes in com.google.appengine.api.mail used by com.google.appengine.api.mailClassDescriptionThe
BounceNotification
object represents an incoming bounce notification.TheBounceNotification.Details
class describes either the original message that caused a bounce, or the notification message describing the bounce.TheMailService
provides a way for user code to send emails to arbitrary destinations.Messages are prepared by the caller, and then submitted to the Mail service for sending. -
Classes in com.google.appengine.api.mail used by com.google.appengine.api.mail.ee10ClassDescriptionThe
BounceNotification
object represents an incoming bounce notification. -
Classes in com.google.appengine.api.mail used by com.google.appengine.api.mail.jakartaClassDescriptionThe
BounceNotification
object represents an incoming bounce notification.