Displaying 2 results from an estimated 2 matches for "bulk_mail".
Did you mean:
bulkmail
2004 Sep 26
0
FreeBSD Security Advisory FreeBSD-SA-02:21.tcpip
...18:26:49 -0700
Received: by hub.freebsd.org (Postfix, from userid 538) id B1EBB37B419; Thu,
18 Apr 2002 18:26:44 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix)
with SMTP id 5F4F62E801A; Thu, 18 Apr 2002 18:26:44 -0700 (PDT)
Received: by hub.freebsd.org (bulk_mailer v1.12); Thu,
18 Apr 2002 18:26:44 -0700
Received: from rain.macguire.net
(sense-sea-MegaSub-1-125.oz.net [216.39.144.125]) by hub.freebsd.org (Postfix)
with ESMTP id 71A3737B405 for <freebsd-security@FreeBSD.ORG>; Thu,
18 Apr 2002 18:26:40 -0700 (PDT)
Received: (from roo@localhost) by r...
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 <<