search for: qyx6ptzcitvbdgjk7y7tuq

Displaying 2 results from an estimated 2 matches for "qyx6ptzcitvbdgjk7y7tuq".

2005 Jul 07
8
Mass mail performance
How does Action Mailer perform when sending out say 3,000 emails? I know the answer will have a lot to do with the hardware, but in general, is Action Mailer up to the task of completing an operation like this in reasonable time?
2005 Jun 16
1
Sending bulk mail
What is the advised way to send bulk mail (as in an opt-in newsletter) in Ruby? Should I simply use the Net::SMTP class and loop through list of recipients? Or is there a better way? Thank you