Questions tagged [sendgrid-rails]

19 questions
0
votes
1 answer

Rails, How to deliver dynamic email depending on user status after session expiration

So I have a website similar to an e-commerce site. I want to send out an email to the user after session expiry(preferably 30min after expiry), with dynamic content - with respect to their status, i.e. if they have items in their cart, if they…
0
votes
1 answer

Why wont heroku let me use my own sendgrid account?

Why won't heroku let users use their own sendgrid accounts? I installed sendgrid addon to heroku with following command: heroku addons:create sendgrid:starter and when i log into my dashboard heroku creates me a starter account. How do i use my…
Joseph Borne
  • 257
  • 2
  • 11
0
votes
1 answer

Include www subdomain in rails actionmailer urls with Sendgrid

I have a rails 5 app that sends emails using Sendgrid. Those emails have links back into the app, such as <%= link_to "Reply on platform", conversation_url(@conversation) %>. This all worked fine and dandy, until I added my SSL cert to the site.…
rcrusoe
  • 441
  • 2
  • 4
  • 14
0
votes
1 answer

undefined local variable or method `email' for Contact:Class

I would like to use ruby mail_form and Heroku Sendgrid to allow users to send me an email. I have set up the following Contact class in apps/models/contact.rb class Contact < MailForm::Base attribute name, :validate => true attribute email, …
Steven
  • 3
  • 2
1
2