static public Method

TMail.new_message_id( fqdn = nil )

There's no documentation for this item.

Source Code

# File action_mailer/vendor/tmail-1.2.2/tmail/utils.rb, line 41
def TMail.new_message_id( fqdn = nil )
  fqdn ||= ::Socket.gethostname
  "<#{random_tag()}@#{fqdn}.tmail>"
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.