i need a system for sendig automatically bulk email to 300 users, when
my customer insert or update news.
I’ve tryng with simple actionmailer, but it sending until 40 users.
i read this:
http://www.myowndb.com/blog/?p=20
but i ask myself if the method used is apt to rails 2.3.2 or exist a
better adn alternative method?
Can you configure your SMTP server to be in queue mode as mentioned in
the comment to that article?
On Jun 29, 5:15 pm, Aldo I. [email protected]
Mukund wrote:
Can you configure your SMTP server to be in queue mode as mentioned in
the comment to that article?
not, I have not understood where and how this must be configured.
thanks