search for: email_message

Displaying 6 results from an estimated 6 matches for "email_message".

2014 Jun 02
2
list all emails from command line?
This is not strictly Dovecot question, but a more general IMAP one. I'm running a Dovecot server and have a user who is claiming that some email sent to him, say, on 30 May, showed up in his mailbox on 02 Jun. I've checked Postfix logs, and the message was correctly received on 30 May and passed to Dovecot. A similar issue happens every few days. This leaves me with two possibilities:
2008 Jun 04
8
Accessing Params Hash form Action Mailer Model
I have used Action Mailer to collect data from a form and send it to a recipient. Rather than hard-code things like the subject, recipients, and return address into the model, I would like to include that information in hidden fields in my form thereby causing that information to be included in the params hash. My question is: How can I access that information from the params hash in the model?
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
2006 May 12
0
RJS, Safari, Error - DOM exception 7
...;label">Error:</span> <ul id="error"> <li><%= h @error %></li> </ul> <% end -%> <span class="label">Recipients:</span> <ul id="recipients"> <% @message.email_messages.each do |em| -%> <li> <%= h em.email.address %> <%= form_remote_tag :url => { :action => :remove_recipient, :id => em }, :html => { :id => ''remove_recipient_form_'...
2006 Jan 23
1
learning how models, controllers, and views pass data
...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]--> <p><label for="email_message">Message</label><br/> <%= text_area ''email'', ''message'' %></p> <!--[eoform:email]--> I want to pass from the form a variable @message to email_list in the controller, which passes to the MailList model: class MailList <...
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