Handling undelivered emails in webapp

前端 未结 3 436
心在旅途
心在旅途 2020-12-15 08:56

We have a typical business web app that allows our users to send e-mails with offerings to their clients. We set user e-mail in FROM field so the client can reply directly t

3条回答
  •  萌比男神i
    2020-12-15 09:32

    Exactly which routine are you using to send the Email? We send emails via raw SMTP using HTTP put_lines and the replies bounce back to the address we nominate in the FROM: field.

    See if your SMTP API wrapper has a Reply To: field

    Some APIs might not provide that functionality because it increases the possibility of spamming.

提交回复
热议问题