public class MailSenderImpl extends Object implements MailSender
| Constructor and Description |
|---|
MailSenderImpl() |
| Modifier and Type | Method and Description |
|---|---|
SendReport |
send(MailConfiguration cfg,
MailContent content,
List<String> destinationMails)
Wysyła wiadomość e-mail
|
public SendReport send(MailConfiguration cfg, MailContent content, List<String> destinationMails)
MailSendersend in interface MailSendercfg - Konfiguracja konta pocztowegocontent - Treść wiadomościdestinationMails - Lista adresów e-mail do których mają zostać wysłane wiadomościCopyright © 2016 Suncode. All rights reserved.