Uses of Class
tigase.extras.mailer.Mailer.TYPE
-
-
Uses of Mailer.TYPE in tigase.extras.mailer
Methods in tigase.extras.mailer that return Mailer.TYPE Modifier and Type Method Description static Mailer.TYPEMailer.TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static Mailer.TYPE[]Mailer.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.extras.mailer with parameters of type Mailer.TYPE Modifier and Type Method Description voidMailer. sendMail(String from, String toAddresses, String messageSubject, String messageText, Mailer.TYPE type)
-