Precedence: header in email

后端 未结 5 1001
名媛妹妹
名媛妹妹 2020-12-02 10:29

My web application sends email fairly often, and it sends 3 kinds of emails: initiated by user, in response to an event in the system, and in automatic response to an email

5条回答
  •  情歌与酒
    2020-12-02 11:08

    The traditional way of dealing with this is to send the email with a null envelope-sender (traditionally written as <>). This prevents the autoresponder on the other end from responding because there's no sender to respond to.

提交回复
热议问题