General > Support

Problemas con el correo / Problems with mail

(1/2) > >>

etanonimo:
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:
GO into the control panel, Settings- General tab. Put your email address in there for where it askes it :)

jl:
dont work...

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

Eddybaur:
Is your PHP Mail module on?

Create a blank php file and put

--- Code: ---<?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());
?>
--- End code ---

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:
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...

Navigation

[0] Message Index

[#] Next page

Go to full version