Uses of Package
com.google.appengine.api.mail
-
Packages that use com.google.appengine.api.mail Package Description com.google.appengine.api.mail 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.mail Class Description BounceNotification TheBounceNotification
object represents an incoming bounce notification.BounceNotification.Details TheBounceNotification.Details
class describes either the original message that caused a bounce, or the notification message describing the bounce.MailService TheMailService
provides a way for user code to send emails to arbitrary destinations.MailService.Attachment MailService.Header MailService.Message Messages are prepared by the caller, and then submitted to the Mail service for sending.