@Deprecated public class SendMailSender extends Object
| Constructor and Description |
|---|
SendMailSender()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SendMailSender |
getInstance()
Deprecated.
|
void |
send(String sReceiverAddress,
String sSubject,
String sContent,
List<WfDocument> listAttachments)
Deprecated.
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 © 2023 Suncode. All rights reserved.