Return-path email header

  • Is it possible to set the Return-path header when sending an email from SQL Server?

    sp_send_dbmail doesn't seem to provide for that although it does provide a parameter for Reply-to.

  • You can set the "Reply Email" and "Display Name" attribute in the DB Configuration Wizard, you can also override these settings during the sp_send_mail execution

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • The question is about the Return-path which is a different header. After more researching I tend to think it is omitted intentionally since it is supposed to get set dynamically in the dialog between the sender and receiver SMTP servers. The value preset by the sender will be ignored, see

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply