search for: default_implicit_parts_order

Displaying 2 results from an estimated 2 matches for "default_implicit_parts_order".

2006 Aug 15
0
ActionMailer
...orm_deliveries = true ActionMailer::Base.raise_delivery_errors = true ActionMailer::Base.default_charset = "utf-8" ActionMailer::Base.default_content_type = "text/html" # default: "text/plain" ActionMailer::Base.default_mime_version = "1.0" ActionMailer::Base.default_implicit_parts_order = [ "text/html", "text/plain"] This code isnt working as no emails are beint sent or received. Can anyone help me? How can debug whats happening to try and give me a clue as no error messages are showing up. -- Posted via http://www.ruby-forum.com/.
2006 Aug 09
5
Action Mailer ...mail done but not received.. (or sent ?)
I am using Action Mailer as stated in RoR book... the mail seems to be correctly setup.. and I get the following log.. Sent mail: Date: Wed, 9 Aug 2006 19:54:04 +0200 From: support@alemat.com To: myself@mac.com Subject: Your password is ... Mime-Version: 1.0 Content-Type: text/html; charset=utf-8 _____________ Your username is barbare. Your new password is tDRvfzNvDF. Please login and change