Set email headers so bounced emails go to a specific address

后端 未结 5 946
温柔的废话
温柔的废话 2021-01-01 09:01

From our rails app we send out some system-generated emails with the \'from\' address set to noreply@ourdomain.com. If these bounce they get sent back to this address by ou

5条回答
  •  萌比男神i
    2021-01-01 09:16

    Here is the solution:

    In the email header you can set:

    From: "From Name" 
    Reply-To: noreply@ourdomain.com
    
    Errors-To: 
    Return-Path: 
    

提交回复
热议问题