How to set the â?Return-Pathâ? header in ActionMailer

how to set the â??Return-Pathâ?? header in ActionMailer.
regards

Joe B. wrote:

how to set the ‘Return-Path’ header in ActionMailer.

headers ‘Return-Path’ => ‘whatever’

should do it.

All the documentation’s here:

Chris

Nope. TMail strips that particular header off. See the rest of the
thread for clarification and a workaround.