This has bitten me a number of times. When sending mail through ActionMailer/rails, @reply_to is not a valid way to set the reply to address. You must
@headers["reply-to"] = reply_address
ActionMailer reply-to
This has bitten me a number of times. When sending mail through ActionMailer/rails, @reply_to is not a valid way to set the reply to address. You must
@headers["reply-to"] = reply_address
ActionMailer reply-to