I have some questions about ActionMailer :
How does Actionmailer connect to a smtp server ?
Are the connections c
You define the SMTP settings in a config file if left blank it uses sendMail local
concurrent
multiple handlers
Is there a bulk email plugin for Rails apps?
you may also do 1000.times do email.deliver but it will probably collapse ur server