Uses of Class
com.aoindustries.aoserv.client.email.SmtpRelay
-
Packages that use SmtpRelay Package Description com.aoindustries.aoserv.client.billing com.aoindustries.aoserv.client.email com.aoindustries.aoserv.client.linux -
-
Uses of SmtpRelay in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type SmtpRelay Modifier and Type Method Description List<SmtpRelay>Package. getEmailSmtpRelays() -
Uses of SmtpRelay in com.aoindustries.aoserv.client.email
Methods in com.aoindustries.aoserv.client.email that return SmtpRelay Modifier and Type Method Description SmtpRelaySmtpRelayTable. get(int pkey)SmtpRelaySmtpRelayTable. getEmailSmtpRelay(Package pk, Server ao, HostAddress host)SmtpRelaySpamMessage. getEmailSmtpRelay()Methods in com.aoindustries.aoserv.client.email that return types with arguments of type SmtpRelay Modifier and Type Method Description List<SmtpRelay>SmtpRelayTable. getEmailSmtpRelays(Package pk)List<SmtpRelay>SmtpRelayTable. getEmailSmtpRelays(Server ao) -
Uses of SmtpRelay in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return SmtpRelay Modifier and Type Method Description SmtpRelayServer. getEmailSmtpRelay(Package pk, HostAddress host)Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type SmtpRelay Modifier and Type Method Description List<SmtpRelay>Server. getEmailSmtpRelays()Gets all of the smtp relays settings that apply to either all servers or this server specifically.
-