Uses of Interface
com.google.appengine.api.mail.MailService
-
Packages that use MailService 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. -
-
Uses of MailService in com.google.appengine.api.mail
Methods in com.google.appengine.api.mail that return MailService Modifier and Type Method Description MailService
IMailServiceFactory. getMailService()
Returns an implementation of theMailService
.static MailService
MailServiceFactory. getMailService()
Returns an implementation of theMailService
.
-