Re: Reg: Sending mails from heroku APP

2016-02-25 Thread Jack R-G
When running on your own machine, you were using an email provider configured on your computer (BTW, on my development machine where I have not configured an email provider, emails are not sent: they are displayed in the console). When on Heroku, you must connect to an email provider in order

Re: Reg: Sending mails from heroku APP

2016-02-25 Thread Jason Fleetwood-Boldt
Did you add the Heroku Add-On (like MailGun, Mandril, or Sendgrid) ? > On Feb 25, 2016, at 1:54 AM, VIDYA SAGAR POGIRI > wrote: > > I tried the action mailer , its working only when i ran on my local machine > but from heroku app it's not working > > Thanks, >

Re: Reg: Sending mails from heroku APP

2016-02-24 Thread VIDYA SAGAR POGIRI
I tried the action mailer , its working only when i ran on my local machine but from heroku app it's not working Thanks, Vidya Sagar Pogiri, Mobile:9597992299 On Thu, Feb 25, 2016 at 12:16 PM, Jamu Kakar wrote: > You can add one of the mailer addons >

Re: Reg: Sending mails from heroku APP

2016-02-24 Thread Jamu Kakar
You can add one of the mailer addons and then look at something like ActionMailer to send the emails. This DevCenter article has