www.element4solution.com

e4s.mail
Interface E4MailSettings_Intf

All Known Implementing Classes:
E4MailSettings

public interface E4MailSettings_Intf


Method Summary
 boolean getAuthentification()
           
 java.lang.String getMailFrom()
          Get definition for the mail from.
 java.lang.String getMailSmptHost()
          Get definition for the mail host.
 java.lang.String getMailSmtpPassword()
          Get mail server authentification (password).
 java.lang.String getMailSmtpUser()
          Get mail server authentification (user).
 

Method Detail

getMailSmptHost

java.lang.String getMailSmptHost()
                                 throws java.lang.Exception
Get definition for the mail host.

Returns:
the mail host
Throws:
java.lang.Exception

getMailFrom

java.lang.String getMailFrom()
                             throws java.lang.Exception
Get definition for the mail from.

Returns:
the mail from address
Throws:
java.lang.Exception
See Also:
E4SendMail.getFrom(), e4s.mail.E4SendMail#setFrom()

getMailSmtpUser

java.lang.String getMailSmtpUser()
                                 throws java.lang.Exception
Get mail server authentification (user).

Returns:
the authentification (user name) for the mail server
Throws:
java.lang.Exception
See Also:
getMailSmtpPassword()

getMailSmtpPassword

java.lang.String getMailSmtpPassword()
                                     throws java.lang.Exception
Get mail server authentification (password).

Returns:
the authentification (password) for the mail server
Throws:
java.lang.Exception
See Also:
getMailSmtpUser()

getAuthentification

boolean getAuthentification()

www.element4solution.com