public class SendMailSender extends Object
| Constructor and Description |
|---|
SendMailSender() |
| Modifier and Type | Method and Description |
|---|---|
static SendMailSender |
getInstance() |
void |
send(String sReceiverAddress,
String sSubject,
String sContent,
List<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<WfDocument> listAttachments) throws javax.mail.MessagingException
sReceiverAddress - Adres odbiorcysSubject - Temat wiadomościsContent - Zawartośc wiadomościlistAttachments - Lista załącznikówjavax.mail.MessagingExceptionCopyright © 2022 Suncode. All rights reserved.