%@ page import="java.text.*,java.util.*,com.netamo.services.*,com.netamo.ebulletin.*,com.netamo.ebulletin.system.*,com.netamo.tiger3.*,com.netamo.control.*,com.netamo.datos.*"%><% int chk=UtilidadesTexto.getInt(request,"chk"); int mandado=0; //out.println(UtilidadesTexto.logRequest(request)); if(chk>0) { String query=UtilidadesTexto.getString(request,"query"); if(query.trim().length()>0) { String asunto="Consulta NETAMO General "+UtilidadesTexto.getInt(request,"producto")+" es"; String texto=request.getParameter("email")+System.getProperty("line.separator")+query; //com.netamo.control.ServidorCorreo.init(); com.netamo.control.ServidorCorreo.enviarCorreo("postmaster@netamo.com",new String[]{"eduardo.amo@netamo.com"},asunto,texto,"text/html",null); mandado=1; } } %> <%@ include file="cabecera.jsp"%>
Contacto.
<% if(mandado==1) { %> <% } %> <%@ include file="pie.jsp"%>