[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eIMailServiceFactory\u003c/code\u003e is an interface designed for creating instances of \u003ccode\u003eMailService\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe primary method \u003ccode\u003egetMailService()\u003c/code\u003e returns an object that implements the \u003ccode\u003eMailService\u003c/code\u003e interface.\u003c/p\u003e\n"],["\u003cp\u003eThe object provided by \u003ccode\u003egetMailService()\u003c/code\u003e is a service for handling email.\u003c/p\u003e\n"]]],[],null,["# Interface IMailServiceFactory (2.0.0)\n\n public interface IMailServiceFactory\n\nFactory for creating a [MailService](/appengine/docs/standard/java-gen2/reference/services/bundled/latest/com.google.appengine.api.mail.MailService).\n\nMethods\n-------\n\n### getMailService()\n\n public abstract MailService getMailService()\n\nReturns an implementation of the [MailService](/appengine/docs/standard/java-gen2/reference/services/bundled/latest/com.google.appengine.api.mail.MailService)."]]