Did you add the Heroku Add-On (like MailGun, Mandril, or Sendgrid) ?
> On Feb 25, 2016, at 1:54 AM, VIDYA SAGAR POGIRI <[email protected]> > 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, > > Vidya Sagar Pogiri, > Mobile:9597992299 > > On Thu, Feb 25, 2016 at 12:16 PM, Jamu Kakar <[email protected] > <mailto:[email protected]>> wrote: > You can add one of the mailer addons > <https://elements.heroku.com/search?utf8=%E2%9C%93&q=mail> and then look at > something like ActionMailer > <http://guides.rubyonrails.org/action_mailer_basics.html> to send the emails. > This DevCenter article <https://devcenter.heroku.com/articles/mailgun> has > instructions for setting up ActionMailer with Mailgun, for example. A quick > Google search for actionmailer heroku reveals a number of options. > > On Wed, Feb 24, 2016 at 10:38 PM, VIDYA SAGAR POGIRI > <[email protected] <mailto:[email protected]>> wrote: > Hi I deployed one small app in heroku built on ROR , now i want to send mails > .How is it possible can anyone give me a details how to do it thanks > > -- > -- > You received this message because you are subscribed to the Google > Groups "Heroku" group. > > To unsubscribe from this group, send email to > [email protected] > <mailto:heroku%[email protected]> > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en_US?hl=en > <http://groups.google.com/group/heroku?hl=en_US?hl=en> > > --- > You received this message because you are subscribed to the Google Groups > "Heroku Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > > -- > -- > You received this message because you are subscribed to the Google > Groups "Heroku" group. > > To unsubscribe from this group, send email to > [email protected] > <mailto:heroku%[email protected]> > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en_US?hl=en > <http://groups.google.com/group/heroku?hl=en_US?hl=en> > > --- > You received this message because you are subscribed to a topic in the Google > Groups "Heroku Community" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/heroku/u9_ywyPCsgE/unsubscribe > <https://groups.google.com/d/topic/heroku/u9_ywyPCsgE/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > > -- > -- > You received this message because you are subscribed to the Google > Groups "Heroku" group. > > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en_US?hl=en > <http://groups.google.com/group/heroku?hl=en_US?hl=en> > > --- > You received this message because you are subscribed to the Google Groups > "Heroku Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. ---- Jason Fleetwood-Boldt [email protected] http://www.jasonfleetwoodboldt.com/writing If you'd like to reply by encrypted email you can find my public key on jasonfleetwoodboldt.com <http://jasonfleetwoodboldt.com/> (more about setting GPG: https://gpgtools.org) -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
