Search Results for "sending-emails-in-rails"

Lessons











Forum Threads

Migrate away from Mandrill?

14
Gems / Libraries
You have a screencast where you [describe how to incorporate Mandrill into your Rails application](https://gorails.com/episodes/sending-emails-with-mandrill?autoplay=1), and because of that I've us...
Melanie replied

Sending Emails with Rails in Production using Postmark Discussion

0
General
Is there a reason why we add the key to production.rb as opposed to application.rb like the docs say?
Red Hendery posted

Sending emails not working, no errors found in the terminal

2
General
I'm new on rails, I would appreciate any help. This is the repository of this project: https://github.com/felixpro/Kadra when a client signup an email is sent to the mail of the admin to approve t...
Cassandra Pace replied

Background Workers with ActiveJob and Sidekiq Discussion

22
General
Great video, I deployed my app with capistrano every thing went well except sidekiq, the jobs are not running. I tried debugging but sidekiq command is not working on my production system, could yo...
gafemoyano replied

Sending Emails with SMTP and Sendgrid Discussion

27
General
jajajaj Chris Your the man. I was just switching from my simple gmail account to using sendgrid and now this episode show up. :) very very happy.
Meron Ogbai replied

PDF Receipts Discussion

21
General
hashes are ordered too (for the design choice) i think since ruby 1.9 the only real difference is that "keys" can be duplicated in the array style
Hamze Ahmed replied

Deliver Later not working

1
Rails
Hi Guys, I have a rails app, and for some reason when I call deliver_later the emails aren't sending. When I test it with deliver_now it works fine. I have redis and sidekiq both running. TID-owq...
Monroe Mann replied

Testing Emails in Development with Mailcatcher Discussion

9
General
Any good reason why I might use this instead of letter_opener gem?
Stéphane Paquet replied

Sending Emails For Successful Web Scraper Results Discussion

3
General
It took me some time to understand why my ActionMailer::MailDeliveryJob were getting enqueued but not performed when running the rake task. Reading this article https://stevechanin.blogspot.com/201...
Alex H. replied

Sending emails with Mandrill Discussion

49
General
Excellent tutorial. Congrats.
Stan X replied

Rails 4 ActionMailer Issue

0
Rails
I have created a rails app for booking cabs online. I want my app to have the functionality of sending emails to users once their booking is confirmed. For this, I am following Ryan Bates railscas...
Nikhil Sharma posted

Tutorial on verifalia gem

2
Rails
Having trouble setting this up on my Rails 7 app. A tutorial would be very helpful! Some goofball is using a bot to clog up my db with fake users. I've got him throttled to one a day, but it's quit...
Cassandra Pace replied

Migrating From jQuery to Vanilla Javascript Discussion

47
General
`document.querySelectorAll` looks like return an array, but in fact it is an object. It's important to keep this in mind in order to avoid some problems iterating the dom elements.
Dan LeGrand replied

Using mail_form gem and Sendgrid - having an issue

1
Rails
I'm trying to test sending an email from the page, but I'm not receiving any emails in my inbox. While in the rails console, it looks like the email is sent correctly. I'm just not getting it. I be...
Mark replied

Advanced Mailboxer: Multiple User Conversations Discussion

18
General
Cool music entrance :) Great video of course.
Carl Tanner replied

sending the simplest of emails? (ruby or RoR)

1
Rails
(newbe) Am I missing something very basic, what does it take for me to send a simple email with 'hello' to my personal inbox in ruby (or Rails) in php it's this simple : mail("someone@example.com",...
Chris Oliver replied

How to use Action Mailbox in Rails 6 Discussion

24
General
This is great! Can action mailbox be used with a gmail account or does it have to be one of the services listed?

How can I allow my users to configure their account (created w/ devise) with their smtp server, so they can send & recieve emails in my app?

2
General
Are there any ruby gems for this specific problem? Or should I just use ActionMailer from Rails? If ActionMailer are there any tutorials on this topic online?
Drilon Buzuku replied
Solved

How to add Notifications to Rails with Noticed Discussion

35
General
Awesome gem, I had been thinking on how to integrate all types of notification from rails app, from web notification, emails and Push Notifications. I guess Push Notification is just an API call (f...
Alan Kirk replied

Forum Series Part 5: Email Notifications with Rails 4.2, deliver_later, and Previews Discussion

17
General
Thanks for sharing this. Didn't know about it.
Someone replied