Class SendmailHost
- java.lang.Object
-
- org.opennms.netmgt.config.mailtransporttest.SendmailHost
-
- All Implemented Interfaces:
Serializable
public class SendmailHost extends Object implements Serializable
Define the host and port of the sendmail server. If you don't, defaults will be used and ${ipaddr} is replaced with the IP address of the service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SendmailHost()
SendmailHost(String host, Long port)
-