|
|
|
@ -102,7 +102,7 @@ public class ScheduleServlet extends MailerServlet
|
|
|
|
email = ( String ) PROPERTIES.get( EMAIL_MARCACAO );
|
|
|
|
email = ( String ) PROPERTIES.get( EMAIL_MARCACAO );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
String destination = email;
|
|
|
|
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" );
|
|
|
|
String content = createContent( parameters, FORM_FIELDS, "marcacao/marcacao.html" );
|
|
|
|
// manda mail
|
|
|
|
// manda mail
|
|
|
|
boolean success = sendMail( from, destination, subject, content, true );
|
|
|
|
boolean success = sendMail( from, destination, subject, content, true );
|
|
|
|
|