Displaying 4 results from an estimated 4 matches for "email_list".
Did you mean:
mail_list
2005 Dec 17
13
Rookie with ActionMailer
...t thing that I''ve ever built
that''s been intended to programmatically send email. I''m looking at
examples in AWR and also on the wiki. I feel that I sort of have things
set up right but I''m getting an error I can''t grok:
Net::SMTPFatalError in Home#email_list
550 5.7.1 Unable to relay for jpfeifer-fVOoFLC7IWo@public.gmane.org
/app/controllers/home_controller.rb:34:in `email_list''
script/server:54
jpfeifer-fVOoFLC7IWo@public.gmane.org is my email and is pulled from my database table
I''m set up like this:
Controller:
def email_list...
2006 Jan 23
1
learning how models, controllers, and views pass data
...or email campaigns. I have a
''create_email_controller'':
class Admin::CreateEmailController < Admin::BaseController
layout ''admin''
def index
write
render :action => ''write''
end
def write
@email = Email.new
end
def email_list
email = Email.find(:all)
email.each { |address| MailList::deliver_send_email(address) }
redirect_to (:action => @section)
end
end
where I want the user to type a message body into a textarea field:
<%= error_messages_for ''email'' %>
<!--[form:email]-->...
2023 Apr 04
5
[RFC PATCH 0/5] fstests specific MAINTAINERS file
I think I might be mad to include that many mailing lists in this patchset...
As I explained in [PATCH 1/5], fstests covers more and more fs testing
thing, so we always get help from fs specific mailing list, due to they
learn about their features and bugs more. Besides that, some folks help
to review patches (relevant with them) more often. So I'd like to bring
in the similar way of
2016 Sep 26
0
FLAC standardization in the IETF
...g group of the
IETF, which is tasked with the standardization of the FLAC specification.
I posted about the initial creation of the working group in 2015, and I am
wondering if any of the developers on this list are also subscribed to the
IETF CELLAR list (
https://mailarchive.ietf.org/arch/search/?email_list=cellar).
At the current time, the discussion of how to begin the standardization
process for FLAC is underway, and I want to be sure that there is
communication between this list and the CELLAR list. I also encourage
flac-dev members who have not already done so to participate in the CELLAR
stand...