william.harding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Mar-31 17:39 UTC
Hosted SMTP Server Recommendation?
Can anyone with a deployed Rails app recommend a reliable hosted SMTP server that they use? I know that Gmail will let me send up to 500 emails/day, but I have an app that will need to send thousands of (legitimate, non-spam) email per day. I''ve heard that it isn''t terribly difficult to set up my own mail server, but we''re a small company, and as such, we need as small of a stack to maintain as possible. I''ve looked around Google, but it seems very difficult to find a host that provides a pre-configured SMTP server with flexible daily sending limits. Probably because many of the people that would want something like this are spammers. Thanks, Bill Harding http://www.williambharding.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Most of the Linux VPS systems I''ve worked with have sendmail installed, so you can use that with Rails instead of SMTP to send messages. I have no idea if that would handle your volume or not, but it certainly works great for us. On Mon, Mar 31, 2008 at 12:39 PM, william.harding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org < william.harding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Can anyone with a deployed Rails app recommend a reliable hosted SMTP > server that they use? I know that Gmail will let me send up to 500 > emails/day, but I have an app that will need to send thousands of > (legitimate, non-spam) email per day. > > I''ve heard that it isn''t terribly difficult to set up my own mail > server, but we''re a small company, and as such, we need as small of a > stack to maintain as possible. > > I''ve looked around Google, but it seems very difficult to find a host > that provides a pre-configured SMTP server with flexible daily sending > limits. Probably because many of the people that would want something > like this are spammers. > > Thanks, > Bill Harding > http://www.williambharding.com/blog > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Try installing ZIMBRA on one of your servers. On Mar 31, 10:39 am, "william.hard...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <william.hard...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Can anyone with a deployed Rails app recommend a reliable hosted SMTP > server that they use? I know that Gmail will let me send up to 500 > emails/day, but I have an app that will need to send thousands of > (legitimate, non-spam) email per day. > > I''ve heard that it isn''t terribly difficult to set up my own mail > server, but we''re a small company, and as such, we need as small of a > stack to maintain as possible. > > I''ve looked around Google, but it seems very difficult to find a host > that provides a pre-configured SMTP server with flexible daily sending > limits. Probably because many of the people that would want something > like this are spammers. > > Thanks, > Bill Hardinghttp://www.williambharding.com/blog--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---