similar to: Sending bulk mail

Displaying 20 results from an estimated 10000 matches similar to: "Sending bulk mail"

2006 Jul 28
8
mass emails
Say we have 20k-50k users signed up for an email newsletter. Does anyone have any data on how well ActionMailer does with mass emails? How long would that take to send? Anything I should watch out for? Thanks, Joe
2009 Aug 20
7
bulk email solutions
i need to send massive emails to various customers, here 2 solutions i have think: 1- customers = Customer.find(:all, :conditions => "newsletter = 1") customers.each do |c| @email = c.email Mailer.deliver_send_newsletter(@subject, @email, @notice_id) end 2- customers = Customer.find(:all, :conditions => "newsletter = 1") customers.each do |c| addresses <<
2007 Mar 06
2
need to create a NewsLetter Funtionality in RoR
Hi, Me a newbie in RoR - switching from .NET. i want to write an application that has a newsletter functionality where I can create an interface where in I can have options to send newsletters to multiple people in the database. i need to make a form which has from hardcoded, to is selected from te database maybe a listbox next to it and then a subject and text area. how wud i go about doing
2006 Aug 12
1
Multiple args
Hi It seems the following code do not transfer multiple arguments to the worker instance: controller: ======= # recipients = Hash # mailing = Mailing model instance session[:job_key] = MiddleMan.new_worker( :class => :mail_queue_worker, :args => { :recipients => recipients, :mailing => mailing },
2006 Nov 04
1
ActionMailer Sending Two text/plain Parts
Hello ~ I have a working ActionMailer Action that takes the template to use as an argument so I have one action that handles multiple emails. The email sends just fine, and the correct email templates are used, but ActionMailer is throwing in its own text/plain section in addition to the one I specify. Does anyone have any ideas on why this might be occuring, when I am specificially specifying
2006 Jul 11
1
smpt server
Hi, i am now in the process of building a newsletter system which will send out emails to users that have enlisted to a certain group; everything''s going fine, and i an towards the end of this project...now the real part of the story kicks in, where i need to check to see if the thing is working or not. i have been looking over the development.log file, and i see that the emails
2006 May 25
4
Does TMail support Nested Multipart Messages? (Repost)
Hi, does anybody know if TMail supports nested multipart messages? I read a changelog that indicates so (http://dev.rubyonrails.org/svn/rails/trunk/actionmailer/CHANGELOG), but I haven''t been able to get it working so far. Maybe I am doing something wrong here? I attached the sample mail. Here is the code to parse it: require File.dirname(__FILE__) +
2013 Mar 11
1
sendmail stops accepting e-mail after sending 40 to 50 messages
i have a centos box (vps) with sendmail and i'am using it to send a newsletter to mail clients. I'am using a machine in my local network to send the e-mails via SMTP (AUTH PLAIN) but after sending some e-mail (35 .. 50) the connection starts to get closed by the server (centos/sendmail) I've searched google for a limit configuration on number of e-mails in sendmail but
2008 Apr 23
2
Status of EventMachine.fork
Hi All, I''m currently looking into doing a bit of evented network programming in ruby and i''m currently looking into packet, eventmachine and rev. The problem is that I need to be able to fork and start a new reactor within the forked child (it also should open a socket and write status information back to the main process). I have not been able to do this with EventMachine.
2005 Jun 24
9
new mysql gem
Hi everyone, For those who have/had problems with Webrick not properly closing MySQL connections, there is a new MySQL gem. (Actually the version was released some time ago, just nobody took the time to make a gem) So run "gem update" or just "gem install mysql" to update (not sure if the latter also updates). Special thanks to Tobias Luetke, who forwarded the gem to Chad
2006 Jul 13
2
mail sending
Hi, i was hoping someone could reference me to some good documentation on emails in ruby and emails in general. i am in the end-process of building an app with a newsletter application in it, and was hoping to get some references on good places to start off with - - not just in rails/actionmailer, but email/smtp/sendmail/whatever/protocols when to use what, what''s best to use when,
2006 Jul 24
5
Actionmailer sending many emails in same SMTP connection?
Hi, I need to implement a mailing list system, Actionmailer is great, but i haven''t found out a way to send many (hundreds of) emails without having to reconnect to the SMTP server for each mail when calling Mymailer::deliver_my_mail(recipient) Any tips? (Possibly without calling directly Net::SMTP, so i can take advantage of the rhtml rendering of the body) Thanks, Best regards,
2009 Oct 15
1
fields_for weirdness
I just did a large upgrade to to Rails 2.3.4 and I am trying to make use of the more modern view features. I have a Newsletter object. Newsletter has many Sections. I also have: accepts_nested_attributes_for :sections on the Newsletter object. I have the typical scaffolded new.html.erb with: <% form_for(@newsletter) do |f| %> in there, I am trying to populate the first Section
2015 Jan 12
2
Wiki navibar Newsletter reference
Every wiki page contains a link to http://wiki.centos.org/Newsletter/Latest in the navibar at the top and bottom of the page. Currently that redirects to http://wiki.centos.org/Newsletter/1005 which is the Newsletter dated 10 July 2010, hardly current news. Perhaps someone can suggest a better communication vehicle to display when the Newsletter link is selected? And change whatever master wiki
2006 Feb 10
4
Handling a relationship between users and newsletter subcriptions.
Hey Everyone! I have a newsletter system that contains a multitude of different newsletters. In this case three but the system allows the user to add more. Every user can be subscribed to any amount of given newsletters. So what I did was I created a user model, newsletter model, and subscription model. The subscription model belongs to one user and one newsletter. However,
2020 Feb 14
2
shared folder name or public folder with mail address
On 2/14/20 11:44 AM, Tobias Kirchhofer wrote: > On 14 Feb 2020, at 11:06, Armin Schindler wrote: > > Hello! > > we are about to move from cyrus to dovecot and have one open issue > for that migration. > With cyrus we have "shared/" folders with a name that is self defined like > shared/project-xyz > but the email address for direct
2006 May 15
0
ActionMailer for bulk emails
I am using Postfix as my mail handler. When I have ActionMailer deliver a large number of emails, it takes a while. It seems that in my Rails process, ActionMailer waits for Postfix to actually send each message before returning and moving on. Is there a way to configure either ActionMailer or Postfix to speed the sending of bulk mails, perhaps by having ActionMailer just submit the mail to a
2009 Oct 23
4
Newsletter feedback
Hey We have now published the sixth version of the Newsletter and I think it is time to ask YOU ( the reader ) what we can improve. The current trend is away from really technical details more to a light read and entertaining stuff. Is this a good way to go. Or should we focus more on the technical side again*. Or is the balance right? What do you want to read about? What sections do you want?
2009 May 31
3
Proposal for standardized mugshots
Hi, The first issue of the newsletter is being finalized to be released on Tuesday. For this we wanted to personalize the content a bit (and also credit contributions) by adding mugshots when we report about people and/or get contributed content. To facilitate this, we need a standard to refer to these mugshots and for this I'd like to propose the following convention for everyone who
2010 Apr 03
2
Newsletter 1002, Spanish version
Hello, I have just finished my Spanish translation of the last Newsletter. As I have no edit rights to the proper zone, I have written it into my own personal page http://wiki.centos.org/EduardoGrosclaude. Please some elder member of the familiy snip it off from there and hang it where it belongs. :) I have not involved myself in prior proofreading, so this may be a bit off. May I slip in a small