Ecigarlife Posted May 29, 2013 Share Posted May 29, 2013 (edited) Buenas, tengo unas dudas que no consigo encontrar en el foro... El envio de email todo me va bien, menos cuando alguien manda un mensaje de servicio al cliente, que siempre llega el asunto en Ingles, y he editado ya el lang.php de la carpeta mail/es, pero no consigo modificar el asunto de este en concreto. Tambien manda en el asunto unos caracteres raros , este es el asunto Your message has been correctly sent #ct5 #tczJBG3dgER2nu y el email que me llega a mi al final del asunto viene : Mensaje desde el formulario de contacto [no_sync] y por ultimo, sale en el Para de el usuario al que le llega el mail: =?UTF-8?B?cHZpenVldGU4MkBob3RtYWlsLmNvbQ==? +direccion de correo donde puede arreglar estas cosas? gracias Edited May 29, 2013 by vizulon (see edit history) Link to comment Share on other sites More sharing options...
joseantgv Posted May 29, 2013 Share Posted May 29, 2013 Busca "Mail::Send" en el fichero controllers/front/ContactController.php 1 Link to comment Share on other sites More sharing options...
Ecigarlife Posted May 29, 2013 Author Share Posted May 29, 2013 tengo esto... no se muy bien que debo mirar if (!Mail::Send($this->context->language->id, 'contact', Mail::l('Message from contact form').' [no_sync]', $var_list, $contact->email, $contact->name, $from, ($customer->id ? $customer->firstname.' '.$customer->lastname : ''), $fileAttachment) || !Mail::Send($this->context->language->id, 'contact_form', $subject, $var_list, $from, null, $contact->email, $contact->name, $fileAttachment)) $this->errors[] = Tools::displayError('An error occurred while sending the message.'); } Link to comment Share on other sites More sharing options...
Ecigarlife Posted May 29, 2013 Author Share Posted May 29, 2013 Arregle quitando en el fichero que me indicas el [no syn] y ya no me llega al admin el asunto con eso escrito. Para el email que llega al cliente en inlges y con la # y eso.... si ya cambie en lang.php sabeis lo que puede ser? gracias Link to comment Share on other sites More sharing options...
Recommended Posts