Method: Vmail::ReplyTemplating#reply_template
- Defined in:
- lib/vmail/reply_templating.rb
#reply_template(replyall = false) ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/vmail/reply_templating.rb', line 8 def reply_template(replyall=false) @replyall = replyall log "Sending reply template" h = reply_headers body = h.delete('body') format_headers(h) + "\n\n\n" + body + signature end |