Gracias.
Saludos, Raynier Rivero Mayo Informático Oficina Central | Sucursal Matanzas Ave. Playa e/ 39 y 40, Varadero Teléfono: 66-8880 | Beeper: 3035 Correo: [EMAIL PROTECTED] De: [email protected] [mailto:[EMAIL PROTECTED] En nombre de Claudio M. E. Bastos Iorio Enviado el: martes, 27 de febrero de 2007 18:09 Para: [email protected] Asunto: [puntonet] System.Net.Mail Raynier : http://web2mail.com/lite/welcome.php SI, ya se, no tenes acceso a internet. Descripcion del servicio: 2) Receive any web page by email * We email web pages to you when they change. Read more... <http://web2mail.com/lite/faq.php#subscriptions> * You choose what we send and when we send it. Read more... <http://web2mail.com/lite/faq.php#subscriptions> * Organize your subscriptions in our handy folders. Read more... <http://web2mail.com/lite/faq.php#folders> 3) Browse the web by email * Send requests to [EMAIL PROTECTED] Read more... <http://web2mail.com/lite/faq.php#email> * You can even search the web by email. Read more... <http://web2mail.com/lite/faq.php#search> Como funciona: What is an instant delivery request? Web2Mail Lite makes it easy to access the web by email. To request instant delivery of a web page, send an email to [EMAIL PROTECTED] with the address of the web page you want as the subject of your email message. For example an email with the subject "news.bbc.co.uk" would request the BBC news. You should receive a reply within 5 minutes Es un poco engorroso tal vez, pero es una solucion si no tenes acceso a la web. Espero te sirva de algo. saludos! ___________________________________ Claudio M. E. Bastos Iorio http://www.13bit.com.ar <http://www.13bit.com.ar/> MSN:[EMAIL PROTECTED] Icq:24094716 _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 2:17 PM To: [email protected] Subject: [puntonet] System.Net.Mail Antonio: Gracias. Te pido... si no es molestia, te descargues la web y me la envíes compresa porque no tengo acceso a Internet : (. Espero no ocasionar muchas molestias. Gracias de antemano. Saludos, Raynier Rivero Mayo Informático Oficina Central | Sucursal Matanzas Ave. Playa e/ 39 y 40, Varadero Teléfono: 66-8880 | Beeper: 3035 Correo: [EMAIL PROTECTED] De: [email protected] [mailto:[EMAIL PROTECTED] En nombre de Antonino Ferrando Enviado el: martes, 27 de febrero de 2007 12:05 Para: [email protected] Asunto: [puntonet] System.Net.Mail Ray, fijate en esta línea smtp.Credentials = New System.Net.NetworkCredential("usuario", "password") Cualquier cosa fijate este link de "El guille" donde te explica bien. http://www.elguille.info/NET/ASPNET/enviar_correo_ASPNET_v2.htm Saludos, Antonino _____ De: [email protected] [mailto:[EMAIL PROTECTED] En nombre de [EMAIL PROTECTED] Enviado el: Martes, 27 de Febrero de 2007 13:21 Para: [email protected] Asunto: [puntonet] System.Net.Mail Hola lista: Tengo este code para enviar un mail desde una app web pero me tira la siguiente excepción: "Error al enviar el mensaje" y no se porque, para que tengan una idea, mi server de correo es Exchange 2000 y requiere autenticación, se que no la paso aquí y es probable que por eso lance la excepción pero en realidad no he dado cómo hacerlo. Les agradecería cualquier ayuda. Gracias de antemano. protected void Send_Click(object sender, EventArgs e) { try { SendMessage(); } catch (Exception ex) { Label1.Text = ex.Message; Label1.Visible = true; } } public static void SendMessage() { MailMessage mail = new MailMessage("[EMAIL PROTECTED]","[EMAIL PROTECTED]","subject","body"); SmtpClient client = new SmtpClient("serverName", 25); client.Send(mail); } Saludos, Ray. AVISO LEGAL La información contenida en este mensaje, y en cualquier archivo asociado al mismo, es confidencial y está destinada exclusivamente a su destinatario. Si usted no lo es, y por error lo ha recibido, por favor reenvíelo a su emisor indicando tal situación y luego elimínelo. La distribución, reproducción o copia de lo arriba expresado está prohibida y corresponden a su autor. No debe interpretarse que pertenezcan o sean compartidas por Jerárquicos Salud, quien no se responsabiliza por errores u omisiones producidas, ni garantiza la certeza de lo transmitido por este medio debido a que puede ser objeto de interpretación, alteración, demora, contener virus u otras anomalías.
