Author Topic: Problemas con el correo / Problems with mail  (Read 15700 times)

0 Members and 1 Guest are viewing this topic.

etanonimo

  • Jr. Member
  • **
  • Posts: 3
Problemas con el correo / Problems with mail
« on: February 06, 2009, 12:04:48 AM »
Hola!

Tengo el siguiente problema:

Cuando un usuario completa el formulario para para enviarme un mensaje (operadores fuera de linea ), éste no me llega. ¿Qué puede ser?
Por favor necesito que me ayuden, es lo único que no puedo hacer funcionar. Es decir, todo parece realizarse pero el mensaje nunca llega.


Hi!

I have the following problem:

When a user completes the form to send a message (off line), it will not reach me. What could it be?
Please I need help, it's the only thing I can not run. That is, everything seems to take place, but the message never arrives.

Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: Problemas con el correo / Problems with mail
« Reply #1 on: February 06, 2009, 03:26:38 AM »
GO into the control panel, Settings- General tab. Put your email address in there for where it askes it :)

jl

  • Jr. Member
  • **
  • Posts: 1
Re: Problemas con el correo / Problems with mail
« Reply #2 on: February 15, 2009, 04:53:48 AM »
dont work...

i put the email, and dont receive the emails...


Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: Problemas con el correo / Problems with mail
« Reply #3 on: February 15, 2009, 09:38:44 PM »
Is your PHP Mail module on?

Create a blank php file and put
Code: [Select]
<?php 
   mail
("youremail@gmail.com""Mail function works""Message Body""From: webim@yourdomain.com\r\nContent-Type: text/plain; charset=utf-8\r\nX-Mailer: PHP/".phpversion());
?>

Edit youremail@gmail.com to your real email address :) then go to the site, and it should automatically email you if it gives an error then it's your php mail module.

jrgmayo

  • Jr. Member
  • **
  • Posts: 3
Re: Problemas con el correo / Problems with mail
« Reply #4 on: February 16, 2009, 03:23:44 AM »
Que tal ?

Ve a libs/config.php

y agrega aqui la direccion a donde quieras recibir los mensajes...



 *   From field in outgoing mail.
 */
$webim_from_email = "donde@quieras.com"; /* email from field */

a mi me funciono... nos vemos...

etanonimo

  • Jr. Member
  • **
  • Posts: 3
Re: Solucionado / Fixed
« Reply #5 on: February 18, 2009, 11:16:35 PM »
Gracías a todos los que han colaborado!

Efectivamente la solución de jrgmayo funcionó perfectamente, te agradezco amigo!  ;D ;D ;D ;D

Eddybaur I have not tried what you advised me but I'm also very grateful, thanks!  ;D ;D ;D