gpl.fredy.webmail
Class Mailer

java.lang.Object
  extended by gpl.fredy.webmail.Mailer

public class Mailer
extends java.lang.Object


Constructor Summary
Mailer(java.lang.String smtpHost)
           
 
Method Summary
 java.lang.String getSmtpHost()
          Get the value of smtpHost.
 void setSmtpHost(java.lang.String v)
          Set the value of smtpHost.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mailer

public Mailer(java.lang.String smtpHost)
Method Detail

getSmtpHost

public java.lang.String getSmtpHost()
Get the value of smtpHost.

Returns:
value of smtpHost.

setSmtpHost

public void setSmtpHost(java.lang.String v)
Set the value of smtpHost.

Parameters:
v - Value to assign to smtpHost.