public Method

Mail.add_message_id( fqdn = nil )

There's no documentation for this item.

Source Code

# File action_mailer/vendor/tmail-1.1.0/tmail/net.rb, line 84
def add_message_id( fqdn = nil )
  self.message_id = ::TMail::new_message_id(fqdn)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.