[Rails] Re: Rephrased AWS an Imagemagick

2019-01-23 Thread faktsonly
Dave, I believe you can utilize *'carrierwave'* and the *'fog-aws'* gems to get what you are looking for a solution without ImageMagick: gem 'carrierwave', '~> 1.0' https://github.com/carrierwaveuploader/carrierwave gem 'fog-aws' https://github.com/fog/fog-aws This is what I most recently used

Re: [Rails] Re: Is it possible without user_name & password Action mailer configuration in rails ?

2018-10-08 Thread faktsonly
https://aws.amazon.com/marketplace/pp/B074CQY6KB -- same service.. just on AWS. Worth a look. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails

[Rails] Re: Is it possible without user_name & password Action mailer configuration in rails ?

2018-10-08 Thread faktsonly
On Saturday, October 6, 2018 at 3:27:31 AM UTC-5, Prasanth Balan wrote: > > Hi All, > > I need to configure SMTP on production,My client only providing address, > is that possible without user_name & password to configure SMTP ? > What is your host? If you are using Heroku you can configure SendG