Displaying 4 results from an estimated 4 matches for "emailercontrol".
2007 Jul 23
3
sending email
HI i am presently new to this ror language can you please send me the
stepwise procedure for sending the email ......
--
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
2008 Jul 24
0
Errno::EBADF Send an Email in Rails using GMail
...39;'message_body'', :rows
=> 20, :cols => 50 %></p>
<%= submit_tag "Send", :class => "submit" %> or <%= link_to
''Cancel'', ''/'' %>
<% end -%>
in app/controllers/emailer_controller.rb:
class EmailerController < ApplicationController
def sendmail
email = params[:email]
recipient = ''abc-gJEnWOaiUB4@public.gmane.org''
subject = ''Request A Call Back''
firstname = email["firstname"]
surname = email["surname"]
e...
2012 Jul 20
2
scheduling mails in 2.3.8
Hi all,
How can i send mails in rails 2.3.8 and schedule them when i need it.
i''ve tried with whenever gem but it did not work properly . can any one
help me out .
thanks in advance
--
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
2008 Oct 25
7
Routing of result not clear in ActionMailer
Dear all,
I am trying to understand the following behaviour of the ActionMailer
in Rails 2.
I have an emailer_controller.rb
class EmailerController < ApplicationController
def send_mail
Emailer::deliver_contact_email(params[:email])
end
end
I have a model emailer.rb
class Emailer < ActionMailer::Base
def contact_email(email_params, sent_at = Time.now)
@recipients = "webmaster-hcDgGtZH8xNBDgjK7y7TUQ@public....