similar to: Sending thousands of email with ar_mailer

Displaying 20 results from an estimated 1100 matches similar to: "Sending thousands of email with ar_mailer"

2010 Mar 27
1
ar_mailer, class Email : add field to the table?
Hi, I use ar_mailer to send emails from my application. I want to build a page where the admin case see the queue of mails and the possibility of remove some mail in the queue if he wants. The email in the queue are save in the AR model Email. I have an AR model Sent where i save the email that the user sent. I would like to add to the model Email a column to save the id of the corresponding
2008 Mar 16
0
ar_mailer problem
Hi, I am having the following problem with ar_mailer. FOr the time being i have manualyy created a record for the email to be sent, in the database in a table named ''emails''. Now if I run ar_sendmail i get the follwing error. C:\Inetpub\event>ar_sendmail Unhandled exception uninitialized constant ActionMailer::ARMailer(NameError):
2006 Aug 15
0
ar_mailer
Rubyforge Project: http://rubyforge.org/projects/rctools Documentation: http://dev.robotcoop.com/Tools/ar_mailer == About Even deliviring email to the local machine may take too long when you have to send hundreds of messages. ar_mailer allows you to store messages into the database for later delivery by a separate process, ar_sendmail. == Installing ar_mailer Just install the gem:
2011 Sep 08
1
lmtp -- save failed to INBOX: BUG: Unknown internal error
I've had 18 instances of this error the last 24 hours: Sep 8 08:56:00 popimap1 dovecot:: lmtp(10529, first.last at example.om): mGdAOtdlaE4hKQAAg/aw4w: msgid=<B8FA3D5B230184409450D51D522678404E5052 at ASP-EX02.ASP.lan>: save failed to INBOX: BUG: Unknown internal error 17 on lmtp-server A, and one on lmtp-server B. On server A it was a message with 55 recepients, where 17 failed
2008 Sep 09
6
Prioritizing Mailer Queue / Action Mailer
Hi, I have different kinds of mails going out. For eg: 1. signup 2. notification mails etc I am using mailer queue to avoid mongrels waiting on email to be sent. However, it makes sense to have signup mails go instantaneously whereas other mails can go to mailer queue. Has anyone done such thing? Any suggestions please? Regards, SG -- Posted via http://www.ruby-forum.com/.
2008 Mar 14
14
Facebooker MQ now on RubyForge
I don''t know if anyone is using this but I just fixed a bunch of bugs, some big ones, and moved this project to RubyForge SVN servers. So you can get it here now: script/plugin install http://facebooker-mq.rubyforge.org/svn/trunk/facebooker-mq/ This is working great for me on a couple of projects. Here is the README Updated: 3/14/2008 Purpose: The purpose of FacebookerMQ is to
2007 Dec 06
8
Default value for country_select
Using Country_select how to have default valur set to United States. I have a select drop down in my Ui to display the Country names. But i need United tates to be selected as default value. I use country_select to populate the country names. This is how i use <%= f.country_select :country, :selected=>''United States'' %> i also tried <%= f.country_select :country,
2007 Dec 27
1
Do any one have success stories using ExtJS with rails
Do any one have success stories using ExtJS with rails? Its open to discuss about Ext-Js plugin''s features, success stories and drawbacks.. Cheers, Ratnavel -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2009 Mar 06
3
Gem update problem
Hi, firs at all sorry if my english is not the best. I''m working with OSX and i have a problem trying to launc localhost. In mongrel.log i can see this message: Agent Log is found in /Users/jose/rankia/log/newrelic_agent.3000.log /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'': no such file to load -- action_mailer/ar_mailer (MissingSourceFile)
2008 Jan 18
0
faceboooker_mq
Hey Mike and the rest of the Gang, I just finished packaging up a plugin for backgrounding many of the Facebook API calls so that they don''t take up the request cycle. Hopefully you will find it useful, once I started to package it up I realized that there was a much simpler approach so I don''t have this in production yet but it will be soon. It turned out to be simple
2008 Jan 10
3
A best practices question
Hey everyone. I''ve got a best practices question. How are you guys rendering newsfeeds? We have a couple of apps where we send newsfeed items from a backend process. As such, we aren''t in the context of a controller and can''t use the rails template rendering. We''ve tried about 3 different ways to make that bearable, but aren''t having much
2011 Jan 06
1
Send email with delayed job
Hi, I want to send email with delayed job. In order to do so, I have a Notifier model with X methods sending different type of emails. In the documentation, they suggest to send email like this: class NewsletterJob < Struct.new(:text, :emails) def perform emails.each { |e| NewsletterMailer.deliver_text_to_email(text, e) } end end But in my notifier model I have X methods,
2007 Dec 27
6
populate data in another fields on selection
Hi, I would like to know how to populate data in another text fields on selection from a drop down For Ex 1) The form contains 4 fields out of which 3 are text fields and the 4th one is drop down list. 1) i would like to know how to populate the 3 text fields with data simultaneously on selection from the drop down list. Please Help. -- Posted via http://www.ruby-forum.com/.
2008 Apr 15
1
How to call a java applet in rails application?
HI, I have a applet file named "Scanner.class" which will scan and upload image to the web server from Scanners. I have couple of doubts in accessing that applet file. 1. How to call this applet from rhtml file, and where should i place this file. 2. I also use some external jar files which i imported in my applet file, where should i place these jars? Thanks, Ratnavel -- Posted
2016 Jul 11
3
Master-Master replication question
Quoting "William L. Thomson Jr." <wlt-ml at o-sinc.com>: > You are not alone! > > On Wednesday, July 06, 2016 01:15:34 PM Remko Lodder wrote: >> Dear list, >> >> I have setup a master-master replication setup. My primairy MX's send >> email >> over on a DNS loadbalanced way, so DNS is doing some kind of round-robin >> way of sending
2005 Aug 12
3
OT: Sendmail question
Hi, all I want voicemails to be delivered to recepients by e-mail. I have set up voicenail, and I can see asterisk is using sendmail to send messages out. Using Ethereal, I can see that messages are leaving my network, but receipeint mail server never replies back. As a result, mail delivery is timed out. I got a book on sendmail and it looks quite complex. It will take quite a bit of time
2008 Aug 25
0
ActionController::MethodNotAllowed
Hello All, I m trying to use a form on my website to send an email. So my form goes like this : <% form_tag("/emailfeeder/create", :method => :post) do %> <tr> <td class="col1">To: </td> <td class="col2"><%= text_field_tag "recepient", @recepient.to_s, :disabled => true %></td>
2015 Jan 26
0
sendmail not invoking dovecot-lda
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 18 Jan 2015, alvin wrote: > > - Configuration > FreeBSD-9.3 > sendmail -d0.1 == sendmail-8.14.9 <<-- > dovecot --version == dovecot-2.2.15 > > # =================================================================== > # I'm trying to get sendmail to invoke dovecot.m4 ( dovecot-lda ) to > # deliver
2009 Aug 07
1
Email templates not updating
I have a strange problem: I am using ActionMailer via ar_mailer to mail out some multi-part email with templates and it''s working just fine. But, if I make a change to the templates, new email generated uses the old template. I''ve looked at all the moving parts and they seem to be in order—even tried restarting the httpd process thinking passenger wasn''t listening to the
2007 Dec 07
1
format.json
Hi did anyone used format.json before.. If so pls, do let me know how to use it.... -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To