ana33 Posted May 6, 2016 Share Posted May 6, 2016 Buenas tardes: Cuando se hace un pedido y en el formulario de contacto, envia un mail al administratrador pero no al cliente. Antes funcionaba perfectamente y actualice a la ultima version y ahora no me funciona. Alguna idea? Gracias Un saludo Link to comment Share on other sites More sharing options...
ana33 Posted May 7, 2016 Author Share Posted May 7, 2016 Sigo con el tema, yo tenías instalada la 1.6.1.3 y habia solucionado este tema con este codigo In /tools/swift/Swift/Message.php line #79 Change $this->setFrom(""); To $this->setFrom("[email protected]"); In /tools/swift/Swift.php after line 370 if (!($has_reply_to = $message->getReplyTo())) $message->setReplyTo($from); Add the following code: if (!$has_reply_to[0]) $message->setReplyTo($from->getAddress()); In /tools/swift/Swift/Plugin/MailSend.php line # 159 Add $params = ""; pero he cambiado a la 1.6.1.5 y esos archivos no existen han cambiado todos. Alguna ayuda? gRACIAS Link to comment Share on other sites More sharing options...
ana33 Posted May 7, 2016 Author Share Posted May 7, 2016 respondo como lo solucione Al final logre configurar Establecer mis propios parámetros SMTP y me funciona pero con mail() de PHP no funciona. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now