-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mail feature #422
Comments
Smtp es mucho mejor yo configure el smtp editando el archivo email.php de la librería ci y hay me deja en viar MSJ y demas |
No me parece adecuado tener una única parte de CodeIgniter para gestionar el mail, además de no estar documentado... Debería usarse una librería - yo ya sugerí PHPMailer, e incorporar la configuración a XGProyect en el panel de administración o en el archivo config. |
@BeReal86 please give it a try now. You can configure it from the admin panel. @FGServers metele vos tambien a ver que tal te anda. Actualice la libreria de CI, ya que por el momento no pienso usar otra cosa. @BeReal86 I've used a service called sendgrid.com to setup the SMTP and send. These were my settings: host: smtp.sendgrid.net If you use sendgrid, the email from where you're sending has to be the same set on sendgrid. So basically, your administrator email must match that one on sendgrid.com |
host: smtp.nextweb.com.ar cree un email temporal pero funciona perfecto Mensaje desde mi correo.. no se por que me sale spam pero ese debe ser problema de mi proveedor de hosting Email de registros a correos de proveedores ejemplo (jonatan@nextweb.com.ar) Recuperar clave email recibido en proveedor de hosting ejemplo (jonatan@nextweb.com.ar) Quality Works perfect Después voy a ver si le puedo integrar markItUp! para los textarea para hacer mensajes mas personalizados |
@LucasKovacs sending e-mail is making me have a problem. It could probably originate from the hosting company. For Codeintegner it says is there a wound that needs to be done or a component that needs to be activated on the server? |
@BeReal86 there are cases where smtp is not enabled and does not allow to use it. In my hosting that was not possible. So I used sendgrid @FGServers veo que en el template salen etiquetas {mailing_smtp_host}. Te faltaron los cambios de la DB |
@LucasKovacs Yes, maybe. I couldn't understand anyway smtp only works in certain places. |
that's why I approve. |
Hice instalación nueva, pero funciona perfecto |
The text was updated successfully, but these errors were encountered: