Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/12/2011, 05:11
Avatar de lenders
lenders
 
Fecha de Ingreso: diciembre-2011
Mensajes: 58
Antigüedad: 12 años, 4 meses
Puntos: 2
Error al enviar mail

Estoy elaborando un microsite en el que para registrarse hay que confirmar la direccion de correo. Para ello se le envia un email al usuario.

Estoy trabajando en local, y al enviar ese correo me da este error:

Código:
Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in
Código:
Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in C:\AppServ\www\microsite\class.phpmailer.php on line 1929
SMTP -> ERROR: Failed to connect to server: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (77698882)
SMTP Error: Could not connect to SMTP host. Error al enviar el mail: SMTP Error: Could not connect to SMTP host.
Alguna idea? :S