Tagged Questions
0
votes
0answers
8 views
ActionMailer w/Devise either not sending or sending twice
Good afternoon,
I am wanting to send welcome emails upon registration. I am using Devise auth. I'm new to Rails; please forgive me.
The trouble is that it is not sending the welcome email, HOWEVER, ...
0
votes
0answers
16 views
devise reconfirmable, use a seperate mail template for reconfirmation emails?
Devise supports the reconfirmable option, when user change email they have to confirm new email.
However the standard confirm mail template is used. I would like to use a seperate mail template for ...
-2
votes
0answers
41 views
Devise, Rails, ActionMailer configuration problems? [closed]
I have a rails app, which is using devise to send emails.
The console says the mail is sent, for example.
Sent mail to user@website.com (63ms)
Date: Fri, 24 May 2013 18:57:13 -0700
From: ...
0
votes
3answers
21 views
Send a welcome email after the user has confirmed his account
I am using devise and actionmailer. I am wondering how do I trigger an actionmailer method after the user has confirmed his account on the app and not before This actionmailer method is nothing but a ...
0
votes
1answer
240 views
NoMethodError: undefined method `email' for nil:NilClass : can't send email with devise/sendgrid(Rails 3.2)
I am trying to use use actionmailer with sendgrid and devise on Rails 3.2.
I browsed many questions on SO like replace smtp by sendmail, create a config/email.yml i don't have one) and many more ideas ...
0
votes
0answers
11 views
Invoking create method in Devise::ConfirmationsController
I am using Devise and would like to invoke ConfirmationsController#create as follow:
%i Add another email
= simple_form_for(@user, :url => confirmation_path(@user), :html => { :method => ...
1
vote
1answer
74 views
UserMailer with Devise
am using my custom mailer UserMailer to send emails. It works perfect in development, but in production i get error 500, that is when am trying to retrieve my password on forgetting.
here is what is ...
0
votes
2answers
42 views
Configuring Confirmation mail host in Rails Devise
I have setup an rails application using devise to implement a simple user sign up and sign in functionality.I have included confirmation mail to confirm the sign up.The confirmation mail works fine in ...
1
vote
1answer
25 views
Rails send individual email to each user?
I'm sending around 100 emails at a time using the following mailer in my Rails 3 application:
def new_resource_notification(resource, user)
@resource = resource
@user = user
mails = ...
0
votes
1answer
30 views
Rails 3 send mailer if user attribute is true?
I am sending an email whenever a new record is created in my Rails 3 application.
def new_resource_notification(resource)
@resource = resource
mail(:to => "admin@domain.com", :bcc => ...
1
vote
1answer
155 views
Preventing Devise/ActionMailer from sending confirmation email
I am using Devise with ActionMailer. I would like to allow users to create an account without email if they use Twitter. But I still need devise:confirmable if they choose to add email later on.
...
0
votes
3answers
129 views
wrong number of arg for devise emails
I havent experienced this before, but since moving my rails site to Heroku I have getting the following message whenever trying to trigger Devise to send an email
Started POST ...
0
votes
1answer
123 views
Send an actionmailer email upon user registration in devise rails 3 application
I'm trying to send an email upon user registration in a rails 3 application that is using the devise gem. Every time I try to the send the email I get the following error:
NoMethodError in ...
1
vote
2answers
108 views
Rails mailer with user editable template
I am building a cms in rails where I want the site admins to be able to customize the email templates. so the mailer views needs to be editable via web interface. I am using Rails 3.2 with Devise for ...
0
votes
1answer
63 views
Sending Mail in Rails App Heroku
I have Users that are able to invite others by email to a project they are working on but I keep getting the following error-
Net::SMTPAuthenticationError
Here is how I have mail settings ...
0
votes
1answer
79 views
Devise doesn't send mail in production
I can't seem to get devise to send the confirmation mail in production. No error in the log, and sendmail works fine. Here is my production config:
config.action_mailer.delivery_method = :sendmail
...
3
votes
1answer
690 views
Rails 3 Overriding Devise Mailer
I am working on an app that is tightly being integrated in with Mandrill (MailChimp's transactional email service) and I am trying to override the Devise Mailer but for some reason when I send off the ...
6
votes
3answers
827 views
Devise / ActionMailer sending duplicate emails for registration confirmation
My rails application uses devise to handle registration, authentication, etc. I'm using the confirmable module. The bug is this– when a user registers with email, Devise is sending two confirmation ...
1
vote
0answers
285 views
Use root_url in config.action_mailer.default_url_options
I have a staging app and a production app on Heroku. I'm using Devise for authentication, which for my production app requires that I set
# in config/environments/production.rb
...
0
votes
4answers
598 views
Sending an email from Rails app- works in development, not in production on Heroku
I am trying to use the gem Active Admin to send emails to users that I sign up so that they can create a password.
This entails a process of inserting the following code on the ...
1
vote
1answer
691 views
How to set up mailer in Rails app for production environment on Heroku
I need to use a mailer for sending out emails to users to set their passwowrds for the "recoverable" function of Devise and active admin. On the development environment I have done this by adding the ...
0
votes
2answers
74 views
Send email to other user not logged in with action mailer for rails
I am trying to send an email to another user that I am not logged in as and is on another Devise model called 'user2', they use the site differently than 'user'. When I create a new message I am able ...
0
votes
1answer
76 views
Rails: I have devise confirmable installed but I want a seperate mailer for contact me and other features
Rails 3
I currently have Devise confirmable installed and everything works great. My question is, How can I have a seperate mailer for other parts of the app?
What I would like to have happen:
I ...
0
votes
4answers
443 views
devise config.action_mailer.default_url_options not working
I have switched over to pow in order to use ssl in development and I want to switch the host configuration in development, however devise continues to send email prefixed with the localhost:3000 ...
0
votes
2answers
510 views
rails, action mailer not sending though logs say it is
im using devise and im trying to send a welcome email after someone signs up using actionmailer.
i overwrote the Registration controller on devise with...
def create
build_resource
if ...
1
vote
1answer
411 views
Where i can read complete manual to configure SMTP for Rails?
I newbie in Rails, and i have some question.
I setup simple application with Devise plugin, deploy it on production server (Ubuntu on Linode, nginx + passenger) via Capistrano. And now try to send ...
2
votes
3answers
1k views
Devise and localized own mail template
I'm using devise gem and want to translate confirmation mail. I already got my own template and overridden mailer method:
class LocalizedDeviseMailer < Devise::Mailer
def ...
0
votes
1answer
92 views
How do I join two models together for reference in an email using Actionmailer
I'm trying to create an email which is sent when a Parent (equivalent to a User) creates a new Baby. I've been trying lots of things but can't quite figure out what I'm doing wrong.
Parents have many ...
1
vote
2answers
503 views
How to use two different sets of mailer templates for two different Devise models?
I'm using Resque to send Devise emails. To do so I set:
devise.rb
config.mailer = "Mailers::Devise::DeviseMailer"
But I have 2 devise models -- User and Client. I want to send different devise ...
20
votes
3answers
6k views
How do I set up email confirmation with Devise?
Is there a tutorial out there that explains how to set up Devise's signup confirmation email from scratch (in both development and production), i.e. if you don't have Action Mailer set up?
Google ...
2
votes
2answers
1k views
Devise email confirmation from localhost
I am able to get the registration confirmation email to send out in deployment on Heroku, but when I try a registration on localhost:3000, I get the following error:
undefined local variable or ...
1
vote
3answers
897 views
How to set devise mails sender name?
I am using rails devise gem. Devise sends cofirmation email to new users. Actionmailer is configured to use my gmail account to send emails.
The email is sent by sender: "no-reply@myapp.com" which is ...
3
votes
0answers
418 views
pass extra instance vars to devise_invitable email template
I'm overriding the devise_invitable controller and in my create method I'd like to pass extra values to the invitations_instructions email template. For example group name, has anyone been successful ...
2
votes
1answer
1k views
'Confirmation token is invalid' when testing with Cucumber
I'm trying to get a sign up form working with Devise; I'm testing it with Cucumber.
When a user signs up, I send a confirmation e-mail. Something goes wrong when running my test, though.
This is my ...
0
votes
1answer
339 views
Rails 3 - Change Devise host when generating confirmation emails
Since my app works with subdomains, I need to get the subdomain the user is during the registration process. This can be made with request.subdomain or my custom method current_subdomain, and works on ...
1
vote
1answer
445 views
ActionMailer doesn't send any email, but gaves no error - in AWS EC2
Im trying to use ActionMailer in a Rails2 app in a AWS EC2; I have configured it, I created the model, the views and everything, and when I try to send an email, it gaves me no error, but the email ...
1
vote
1answer
2k views
Devise email confirmation not working on Heroku
When I click on the link in my confirmation email that devise sends, it seems to go to a path that is not recognized by my application.
The url looks something like this:
...
4
votes
3answers
2k views
Devise and ActionMailer confusion
I'm using Devise for authentication, and I'm confused on how to set up mail along with it. Should you still be creating your own mailer and initializer file, or should you be sending all mail through ...
0
votes
1answer
1k views
devise_invitable: Confirm after Invitation
I override devise's confirm! method to send a welcome message to my users:
class User < ActiveRecord::Base
devise :invitable, :database_authenticatable, :registerable, :recoverable,
...
2
votes
3answers
3k views
Getting Devise 1.3.4 to send emails with Gmail in development
I'm trying to setup devise 1.3.4 to send emails via gmail while in development mode. I should mention that I'm using Rails 3.0.4 and Ruby 1.9.2p136.
I've tried the following in ...
6
votes
2answers
1k views
How do I enable Devise to send out confirmation emails on Heroku?
I am on heroku so am not clear where and how to set it up so that devise can send out emails.
I actually have two directions to go:
I am using sendgrid, so am wondering how it works with that.
For ...
0
votes
1answer
2k views
Devise Not Sending Mail
I have the following in my config/environments/development.rb:
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:enable_starttls_auto => true,
:address ...
4
votes
1answer
958 views
Rails ActionMailer w/ Devise + Google Apps in Development Mode
I'm trying to configure ActionMailer to send mail from Devise in development mode with my Google Apps account. I've added the following to my config/environments/development.rb file, but it looks like ...
2
votes
2answers
150 views
How can I change out how a gem uses ActionMailer and substitute a different mailer class?
I am using a gem (Devise) that relies on the ActionMailer:
https://github.com/plataformatec/devise/blob/master/app/mailers/devise/mailer.rb#L5-15
I want it to use PostageApp:Mailer instead of ...
0
votes
1answer
167 views
How can I access @user or user from a mailer using Devise and Rails 3?
class JobMailer < ActionMailer::Base
default :from => "emailer@email.com"
def new_job_email_for_client
#
#
@url = "http://simplesite.com/users/login"
mail(:to => @???,
:subject => ...
2
votes
0answers
1k views
overriding Devise::Mailer
I'm trying to add a method to Devise::Mailer, the method should send mail to a user with a link to set his own password when an admin creates a new user without password.
Devise::Mailer.class_eval do
...
1
vote
1answer
856 views
Trying to implement Registration in Rails, but execution expires when form submitted
This is the error I see:
Timeout::Error in Devise/registrationsController#create
execution expired
This is what my development.rb looks like:
MyApp::Application.configure do
# Settings ...
3
votes
1answer
255 views
Do I need to create a separate mailer to copy myself when a user registers through Devise?
I have Devise implemented in a Rails 3 application, with the :registerable and :confirmable options. A users receives a confirmation email, no problem.
However, I want to send an additional email to ...
4
votes
1answer
662 views
EOFError in Devise/passwordsController#create
First off, all other mail being sent by the application work. It is only when the reset password within Devise is called. From the stack trace as well as the WEBrick output the email completes being ...
1
vote
2answers
673 views
Rails 3 and devise escaping mailer templates
I'm using rails 3 and devise for authentication.
Translating my mailer templates to anything but the devise default results in html escaping. A particular consequence of this is the confirmation of ...

