I have the following in my mailer: #activate board first using a different email? def welcome_manager(participant)
sometimes when I am developing, I do not have an internet connection. This results in an error wherever my app is supposed to send an email:
I have mailer: class AdminMailer < ActionMailer::Base default :from => \"pejottest@gmail.com\" def message
I am using rails devise gem. Devise sends cofirmation email to new users. Actionmailer is configured to use my gmail account to send emails.
I am using delayed job version 2.1.4 with action mailer 3.0.8 to send my emails in background. UserMailer.delay.newsletter(email)
I\'m have a Rails 2.3.8 app, with a notifier in app/models/hello_notifier.rb that looks like this: class HelloNotifier < ActionMailer::Base
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 successfu
Current code that isn\'t working att开发者_运维问答achments[\"contact.vcf\"] = {:content=> card.to_s}
Is it possible to send mailers in the development environment? I\'ve added this to my development.rb file:
in m开发者_如何学Cy app, DJ fires off a an email but for some reason I see the email in the log file twice though it is sent only once? I confirmed in the logs that DJ runs only once and user_mailer r