Method: Dkim::SignedMail#to_s
- Defined in:
- lib/dkim/signed_mail.rb
#to_s ⇒ String
Returns Message combined with calculated dkim header signature.
82 83 84 |
# File 'lib/dkim/signed_mail.rb', line 82 def to_s dkim_header.to_s + "\r\n" + end |