no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@497 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 21 years ago
parent 120b6de73c
commit 5b36b3e96a

@ -102,7 +102,7 @@ public class ScheduleServlet extends MailerServlet
email = ( String ) PROPERTIES.get( EMAIL_MARCACAO );
}
String destination = email;
String subject = "Pedido de marcação de " + marcacao_tipo + " via web";
String subject = "Pedido de marca\u00e7\u00e3o de " + marcacao_tipo + " via web";
String content = createContent( parameters, FORM_FIELDS, "marcacao/marcacao.html" );
// manda mail
boolean success = sendMail( from, destination, subject, content, true );

@ -1,3 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>

Loading…
Cancel
Save