Re: [PHP-ES] Manejo de colas con phpmailer y smtp
[email protected] (Ariel Camino)
| Newsgroups | php.general.es |
|---|---|
| Message-ID | <[email protected]> |
Hola Ricardo, Symfony framework tiene un sistema de envío de emails con colas utilizando la librería swift mailer, justamente para evitar ese inconveniente: http://www.symfony-project.org/gentle-introduction/1_4/en/11-Emails The spool Strategy With the spool strategy, messages are stored in a queue. This is the best strategy for the production environment, as web requests do not wait for the emails to be sent. Quizas te sirva, saludos! -- Ariel Camino