Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

What is the default for :date option set to if none is specified in the mail action?

It should just be Time.now, yes?

share|improve this question

1 Answer

up vote 2 down vote accepted

If not set, the header will be set by the delivery agent (generally your SMTP server), so it depends on who you are sending your mail through. Any good one will use the current server time with the correct offset however.

share|improve this answer
Awesome. I would love to see that in the rails source if you can point me in the right direction. – Maletor Aug 4 '11 at 22:30
1  
I searched the code and couldn't find a reference, but found this relating to rails 2. railsguides.heroku.com/2.3.5/action_mailer_basics.html - the sent_on parameter. – Gazler Aug 4 '11 at 22:33
Searched the code as well and could not find a reference. – Maletor Aug 5 '11 at 2:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.