Specifying the bounce-back address for email

前端 未结 3 1916
野趣味
野趣味 2021-01-14 20:13

I\'m having a problem getting emails to bounce to a specific email address, different to the From address.

A particular client requires that we send ema

相关标签:
3条回答
  • 2021-01-14 20:20

    If a human is replying to the e-mail, and not an automated response, you may want to try using the header "Reply-To:" instead of "Return-Path:". (For example: "Reply-To: kirk.broadhurst@mycompany.com")

    0 讨论(0)
  • 2021-01-14 20:31

    Out of luck ;) The sender is where bounces end up. The client should create the mailbox and forward it to your internal bounce mailbox. Only clear solution.

    0 讨论(0)
  • 2021-01-14 20:32

    You might want to check if the header is correctly set. Check the headers of your email and look for:

    Return-Path: kirk.broadhurst@mycompany.com
    

    Return-Path is the correct field according to RFC (IIRC) but not all Mail Servers implement that correctly.

    0 讨论(0)
提交回复
热议问题