# File lib/mailfactory.rb, line 88 def replyto=(newreplyto) remove_header("Reply-To") add_header("Reply-To", newreplyto) end