serwer.mail
Class SendMailUsingAuthentication

java.lang.Object
  extended byserwer.mail.SendMailUsingAuthentication

public class SendMailUsingAuthentication
extends java.lang.Object

Obiekty klasy SendMailUsingAuthentication służą do automatycznego wysyłania maili do klientów aplikacji, jeśli wymagane jest hasło do autoryzacji.


Constructor Summary
SendMailUsingAuthentication()
          Creates a new instance of SendMailUsingAuthentication.
 
Method Summary
 void postMail(java.lang.String[] recipients, java.lang.String subject, java.lang.String message, java.lang.String from)
          Metody zwiazane z wysylaniem maili na konkretny adres; zrodlo: http://www.javacommerce.com/articles/sendingmail.htm.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendMailUsingAuthentication

public SendMailUsingAuthentication()
Creates a new instance of SendMailUsingAuthentication.

Method Detail

postMail

public void postMail(java.lang.String[] recipients,
                     java.lang.String subject,
                     java.lang.String message,
                     java.lang.String from)
              throws MessagingException
Metody zwiazane z wysylaniem maili na konkretny adres; zrodlo: http://www.javacommerce.com/articles/sendingmail.htm.

Parameters:
recipients - lista odbiorców
subject - temat wiadomości
message - tekst wiadomości
from - adres nadawcy
Throws:
MessagingException - gdy nie uda się wyśłać wiadomości

NIIKT, Zespół Gr0No3