|
|
|
@ -30,7 +30,8 @@ public class Mail {
|
|
|
|
private final static int SMTP_PORT = 587;
|
|
|
|
private final static int SMTP_PORT = 587;
|
|
|
|
|
|
|
|
|
|
|
|
private final String mail_username = "acidentes.auchan@siprp.pt";
|
|
|
|
private final String mail_username = "acidentes.auchan@siprp.pt";
|
|
|
|
private final String mail_password = "47Ju6Vb";
|
|
|
|
// private final String mail_password = "47Ju6Vb";
|
|
|
|
|
|
|
|
private final String mail_password = "EghRzS2l";
|
|
|
|
|
|
|
|
|
|
|
|
public final static String ENDERECO_ENVIO = "planos.auchan@siprp.pt";
|
|
|
|
public final static String ENDERECO_ENVIO = "planos.auchan@siprp.pt";
|
|
|
|
//public final static String ENDERECO_ENVIO = "lluis@evolute.pt"; //testes
|
|
|
|
//public final static String ENDERECO_ENVIO = "lluis@evolute.pt"; //testes
|
|
|
|
|