git-svn-id: https://svn.coded.pt/svn/SIPRP@718 bb69d46d-e84e-40c8-a05a-06db0d633741

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Tiago Simão 18 years ago
parent 63fed7abe0
commit 39b90715b8

@ -173,6 +173,7 @@ public class MailDialog extends CustomJDialog
public void actionPerformed( ActionEvent e )
{
send();
close();
}
};
sendAction.putValue( Action.SHORT_DESCRIPTION, "Enviar" );

@ -13,9 +13,9 @@ import javax.mail.internet.MimeMessage;
public class MailSender
{
protected String from = "fpalma@evolute.pt";
protected String from = "";
protected String mailServer = "mail2.evolute.pt";
protected String userName = "fpalma@evolute.pt";
protected String userName = "";
protected String password = "";
public MailSender()

Loading…
Cancel
Save