|
|
|
@ -685,7 +685,7 @@ public class MailingList implements MessageHandler, ProblemListener {
@@ -685,7 +685,7 @@ public class MailingList implements MessageHandler, ProblemListener {
|
|
|
|
|
* @throws UnsupportedEncodingException |
|
|
|
|
*/ |
|
|
|
|
public void test(User user) throws MessagingException, UnsupportedEncodingException { |
|
|
|
|
var subject = t("{}: Test-Mail",name()); |
|
|
|
|
var subject = t("[{}] Test-Mail",name()); |
|
|
|
|
var text = "Wenn Sie diese Nachricht empfangen haben, sind die SMTP-Einstellungen Ihrer Mailing-Liste korrekt."; |
|
|
|
|
smtp.login().send(email(),name(),user.email(),subject,text); |
|
|
|
|
} |
|
|
|
|