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]> 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] > 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. > -- -- 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.
