Skip to content
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

Closed
LucasKovacs opened this issue Nov 13, 2020 · 9 comments
Closed

Mail feature #422

LucasKovacs opened this issue Nov 13, 2020 · 9 comments
Assignees
Labels
Done Issues that were labeled as a task, feature or enhancement Enhancement Issues that require improvements
Milestone

Comments

@LucasKovacs
Copy link
Member

  • Choose from the admin panel the mailing system
  • Possibility to configure SMTP from the admin panel
  • New Mailing library
@LucasKovacs LucasKovacs added the Enhancement Issues that require improvements label Nov 13, 2020
@LucasKovacs LucasKovacs self-assigned this Nov 13, 2020
@jonamix-ar
Copy link

jonamix-ar commented Nov 13, 2020

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

@duhow
Copy link
Contributor

duhow commented Nov 13, 2020

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.

@LucasKovacs
Copy link
Member Author

LucasKovacs commented Nov 13, 2020

@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
user: apikey
password: {the one provided by sendgrid}
port: 25
timeout: 5
encryption: empty

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

@LucasKovacs LucasKovacs added the Done Issues that were labeled as a task, feature or enhancement label Nov 13, 2020
@LucasKovacs LucasKovacs added this to the v3.2.0 milestone Nov 13, 2020
@jonamix-ar
Copy link

jonamix-ar commented Nov 13, 2020

host: smtp.nextweb.com.ar
user: no-reply@ogame.nextweb.com.ar
password: {the one provided by sendgrid}
port: 465
timeout: 5
encryption: ssl

cree un email temporal pero funciona perfecto

image
se ve asi

Anuncios y mensajes
image

Mensaje desde mi correo.. no se por que me sale spam pero ese debe ser problema de mi proveedor de hosting
image

Email de registros a correos de proveedores ejemplo (jonatan@nextweb.com.ar)
email

Recuperar clave email enviado
image

Recuperar clave email recibido en proveedor de hosting ejemplo (jonatan@nextweb.com.ar)
clave recuperada

Quality Works perfect

Después voy a ver si le puedo integrar markItUp! para los textarea para hacer mensajes mas personalizados

@BeReal86
Copy link
Member

@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?

@LucasKovacs
Copy link
Member Author

LucasKovacs commented Nov 14, 2020

@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

@BeReal86
Copy link
Member

BeReal86 commented Nov 14, 2020

@LucasKovacs Yes, maybe. I couldn't understand anyway smtp only works in certain places.
I also failed with sendgrid. maybe I made a mistake. But I'm sure it works well. We've provided a lot of testing with jonamix.

https://www.smtper.net/

Tls
https://prnt.sc/viun2n

Ssl
https://prnt.sc/viumpg

@BeReal86
Copy link
Member

that's why I approve.

@jonamix-ar
Copy link

jonamix-ar commented Nov 14, 2020

@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

Hice instalación nueva, pero funciona perfecto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done Issues that were labeled as a task, feature or enhancement Enhancement Issues that require improvements
Projects
None yet
Development

No branches or pull requests

4 participants