01/02/2011, 04:45
|
| | | Fecha de Ingreso: agosto-2008 Ubicación: En internet
Mensajes: 2.511
Antigüedad: 16 años, 4 meses Puntos: 188 | |
Respuesta: Formulario Vete haciendo esto de primero
1º recoger los parámetros
String direccionDestino = request.getParameter("nameInputDireccionDestinoEnE lForm");
// etc
2º preparar el correo
String subject = "tu titulo " + variablesTituloSiExisten;
String mensajeCorreo = "texto que sea " + variable1 + "texto n " + variableN; |