public class SendMailSender extends Object
| Modifier and Type | Method and Description |
|---|---|
static SendMailSender |
getInstance() |
void |
send(String sReceiverAddress,
String sSubject,
String sContent,
List<com.suncode.pwfl.archive.WfDocument> listAttachments)
Metoda do wysyłania wiadomości email pod podany adres.
|
public static SendMailSender getInstance()
public void send(String sReceiverAddress, String sSubject, String sContent, List<com.suncode.pwfl.archive.WfDocument> listAttachments) throws javax.mail.MessagingException
sReceiverAddress - Adres odbiorcysSubject - Temat wiadomościsContent - Zawartośc wiadomościlistAttachments - Lista załącznikówjavax.mail.MessagingExceptionCopyright © 2015 Suncode. All rights reserved.