@mego Hola, nunca lo he intentado en esaplataforma pero si quieres puedo ayudarte
Latest posts made by fabianjose
-
RE: Deploy Krayin with EasyPanel
-
He batallado con krayin pero ya conozco bastante, si alguien necesita ayuda en español, podría ayudar
Cosas que he resuelto
1 - enviar correos desde el crm
2 - he mitigado problemas de instalación
3 - Para cuando se vende un producto que se debite de la cantidad de productosCosas que estoy trabajando que a mi no me funciona
1- recibir correos y que aparezcan en la bandeja de entrada
2- cambiar un lead de un pipeline a otro
3- usar el formulario para que llegue a un pipeline predeterminado
4- colocar los datos de servidor de correos de entrada en el admin para que cada usuario pueda tener gestion independiente de su correoy mas cosas que van saliendo si alguien necesita ayuda o requiere algo mas me puede contactar por este medio o escribirme por el whatsapp 573227994377
-
RE: How to change the logo
What you need to do is go into the code, find the element in the code, and delete or comment it out.
The path is packages\Webkul\Admin\src\Resources\views\components\layouts\header\index.blade.phpYou can delete or comment it out.
php artisan optimize: -
RE: email is not sending
I managed to send emails from the CRM, but the main problem was my server blocking ports for sending via SMTP.
I couldn't send emails from Digital Ocean, so I migrated to another VPS that allowed me to send emails without any issues.Another option if you have trouble sending emails is to use third-party services. In my case, Amazon SES worked.
-
RE: How to change the logo
Nunca lo intente, lo que hice fue quitarlo con css, al final pues ya se tiene el logo al lado izquierdo del panel principal -
RE: Unable to Send Email - Emails Not Received by Users
I managed to send emails from the CRM, but the main problem was my server blocking ports for sending via SMTP.
I couldn't send emails from Digital Ocean, so I migrated to another VPS that allowed me to send emails without any issues.Another option if you have trouble sending emails is to use third-party services. In my case, Amazon SES worked.
-
RE: Unable to Send Email - Emails Not Received by Users
hello @sithumini Hi, did you manage to solve the problem?
Is the incoming or outgoing server information stored in the .env file? I've tried several methods but haven't been successful.
If you have any solutions, I'd appreciate it.