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

2018-10-23 Thread Prasanth Balan
Thank you Mike, it's working now On Tue, Oct 9, 2018 at 4:04 PM Mike Simkins wrote: > It is all fairly well explained in the rails guides however: > > If your mailer is on the same box as your web app use something like.. > > config.action_mailer.delivery_method = :sendmail >

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

2018-10-09 Thread Mike Simkins
It is all fairly well explained in the rails guides however: If your mailer is on the same box as your web app use something like.. config.action_mailer.delivery_method = :sendmail config.action_mailer.perform_deliveries = true config.action_mailer.raise_delivery_errors = true

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

2018-10-09 Thread Prasanth Balan
Hi Mike, Thank you for your reply, We want to configure Redhat Linux and Sendmail / Postfix Please guide me how to configure via Postfix using my client mailer credentials (they're not providing user name and password) Thanks & Regards Prasanth On Tue, Oct 9, 2018 at 12:57 PM Mike Simkins

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

2018-10-09 Thread Mike Simkins
You need to expand on ‘AWS Server’ Do you mean a VM running Linux and Sendmail/Postfix?? Do you mean the AWS ‘Simple Email Service’(SES)?? or something else ?? All the configs are different so > On 8 Oct 2018, at 11:26, Prasanth Balan wrote: > > No, We're using AWS server, my client

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

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

2018-10-08 Thread Prasanth Balan
No, We're using AWS server, my client only providing :domain and :address On Mon, Oct 8, 2018, 2:29 PM wrote: > 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

[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